zjs_project 11 mēneši atpakaļ
vecāks
revīzija
d2a41b3efa
1 mainītis faili ar 9 papildinājumiem un 4 dzēšanām
  1. 9 4
      src/components/newQCCom/viewMask/viewMask.vue

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

@@ -168,6 +168,7 @@
 				connectUsImg:'',
 				curSpaceId:'',
                 queryObj:null,
+                form:null,
 			}
 		},
 		props:{
@@ -216,10 +217,14 @@
 				}
 				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:{