@@ -76,7 +76,6 @@ Component({ | |||
methods: { | |||
// 获取当前路由 | |||
getChatRecordTable() { | |||
this.setListDot(false); | |||
$request.get('/businessCommunicationDemand/getChatRecordTable.action').then(res => { | |||
// console.log(res,'res'); | |||
if(res.status == 0){ | |||
@@ -87,6 +86,8 @@ Component({ | |||
}) | |||
if(sum > 0){ | |||
this.setListDot(true); | |||
}else{ | |||
this.setListDot(false); | |||
} | |||
} | |||
}).catch(err=>{ |