@@ -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:{