瀏覽代碼

更新页面定时处理

oyq28 3 年之前
父節點
當前提交
b9f8048eca
共有 1 個文件被更改,包括 5 次插入2 次删除
  1. 5 2
      imcs-ui/src/views/zuihou/machiningClient/touchScreen/Index.vue

+ 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