@@ -1245,6 +1245,7 @@
},
async refreshData() {
+ this.getReportCount();
const res = await getInfoById(this.workOrderId);
this.infoData = res;
if (typeof res.taskTypeProcessDiagrams == 'string') {