Просмотр исходного кода

fix(workOrder): 添加info监听器以自动打开派单弹窗

liujt 6 месяцев назад
Родитель
Сommit
49f83634a8

+ 11 - 0
src/views/produce/components/prenatalExamination/components/workOrder/programRulesEventDialog.vue

@@ -848,6 +848,17 @@
         return this.addForm.details;
       }
     },
+    watch: {
+      info: {
+        handler(newVal, oldVal) {
+          if (newVal.id) {
+            // this.getDetail(newVal.id);
+            this.open('dispatch', this.info)
+          }
+        },
+        deep: true
+      }
+    },
     created() {
       // 获取审核人列表、巡点检人员
       this.getUserList();