|
|
@ -2,7 +2,7 @@
|
|
|
|
* @Author: ch
|
|
|
|
* @Author: ch
|
|
|
|
* @Date: 2022-06-24 14:39:38
|
|
|
|
* @Date: 2022-06-24 14:39:38
|
|
|
|
* @LastEditors: ch
|
|
|
|
* @LastEditors: ch
|
|
|
|
* @LastEditTime: 2022-06-30 20:10:31
|
|
|
|
* @LastEditTime: 2022-06-30 20:59:26
|
|
|
|
* @Description: file content
|
|
|
|
* @Description: file content
|
|
|
|
-->
|
|
|
|
-->
|
|
|
|
<template>
|
|
|
|
<template>
|
|
|
@ -112,6 +112,7 @@ export default {
|
|
|
|
return false;
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
this.list = result.records;
|
|
|
|
this.list = result.records;
|
|
|
|
|
|
|
|
this.total = result.total
|
|
|
|
},
|
|
|
|
},
|
|
|
|
async getTabCount (){
|
|
|
|
async getTabCount (){
|
|
|
|
const {error, result} = await ApiGetCommentTabCount({
|
|
|
|
const {error, result} = await ApiGetCommentTabCount({
|
|
|
@ -122,6 +123,7 @@ export default {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
// this.list = result.records;
|
|
|
|
// this.list = result.records;
|
|
|
|
this.tabs = this.tabs.concat(result.filter(i => i.commentCount > 0));
|
|
|
|
this.tabs = this.tabs.concat(result.filter(i => i.commentCount > 0));
|
|
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
async getCount(){
|
|
|
|
async getCount(){
|
|
|
|