@@ -19,6 +19,7 @@ import CaseQualityBox from './components/CaseQualityBox2.vue';
mounted() {
if(this.$route.query.id) {
const self = this
+ self.$refs.CaseQualityBoxRef.getTableData(true);
this.timer = setInterval(() => {
self.$refs.CaseQualityBoxRef.getTableData(true);
}, 15000);
@@ -276,7 +276,9 @@ import { examineAppeal, getAppealData, getBrry } from '@/api/qc';
}
},
mounted(){
- this.getTableData();
+ if(this.$route.path != '/whitelist-caseControl' ) {
+ this.getTableData();
+ }
this.getTaskNameList();
this.getBaseInfo();