|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
* @Author: ch
|
|
|
|
|
* @Date: 2022-06-24 14:39:38
|
|
|
|
|
* @LastEditors: ch
|
|
|
|
|
* @LastEditTime: 2022-06-27 11:01:07
|
|
|
|
|
* @LastEditTime: 2022-06-28 15:50:10
|
|
|
|
|
* @Description: file content
|
|
|
|
|
-->
|
|
|
|
|
<template>
|
|
|
|
@ -121,7 +121,7 @@ export default {
|
|
|
|
|
return false;
|
|
|
|
|
}
|
|
|
|
|
// this.list = result.records;
|
|
|
|
|
this.tabs = this.tabs.concat(result);
|
|
|
|
|
this.tabs = this.tabs.concat(result.filter(i => i.commentCount > 0));
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
async getCount(){
|
|
|
|
|