Merge branch 'feature/comment-0624-ch' into msb_test

fix/comment-0701
ch 2 years ago
commit 30cb0f66a0

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

Loading…
Cancel
Save