Sfoglia il codice sorgente

更新页面定时处理

oyq28 3 anni fa
parent
commit
b9f8048eca

+ 5 - 2
imcs-ui/src/views/zuihou/machiningClient/touchScreen/Index.vue

@@ -419,9 +419,12 @@ export default {
       this.view2Visible = false
       this.view3Visible = false
     },
-    editSuccess(item){
-      this.getStation()
+    editSuccess(){
+      // this.getStation()
       // this.taskData.shift();
+       this.$nextTick(() => {
+          this.getStation()
+      });
     },
     setPercentage(time, left) {
       return this.formatGap(time, left)[0] > 100