zjs_project 11 月之前
父节点
当前提交
d2a41b3efa
共有 1 个文件被更改,包括 9 次插入4 次删除
  1. 9 4
      src/components/newQCCom/viewMask/viewMask.vue

+ 9 - 4
src/components/newQCCom/viewMask/viewMask.vue

@@ -168,6 +168,7 @@
 				connectUsImg:'',
 				connectUsImg:'',
 				curSpaceId:'',
 				curSpaceId:'',
                 queryObj:null,
                 queryObj:null,
+                form:null,
 			}
 			}
 		},
 		},
 		props:{
 		props:{
@@ -216,10 +217,14 @@
 				}
 				}
 				this.updataLable();
 				this.updataLable();
 			},
 			},
-            customizedRecordId(newVal) {
-            	if (newVal != null) {
-            		this.getIdData();
-            	}
+            customizedRecordId: {
+                handler(newVal) {
+                    console.warn("***watch-customizedRecordId***", newVal);
+                    if (newVal != null) {
+                    	this.getIdData();
+                    }
+                },
+                immediate: true,
             },
             },
 		},
 		},
 		filters:{
 		filters:{