Prechádzať zdrojové kódy

Merge branch 'dev' of http://110.41.163.243:9980/kd-aiot/kd-aiot-frontend-mes into dev

LAPTOP-16IUEB3P\Lenovo 2 rokov pred
rodič
commit
d5d37fe2e4
1 zmenil súbory, kde vykonal 1 pridanie a 0 odobranie
  1. 1 0
      src/views/produceOrder/detail.vue

+ 1 - 0
src/views/produceOrder/detail.vue

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