Explorar el Código

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

LAPTOP-16IUEB3P\Lenovo hace 2 años
padre
commit
d5d37fe2e4
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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') {