Commit 0d35101e authored by 黄奎's avatar 黄奎

也没修过

parent fd82b258
......@@ -525,8 +525,18 @@
},
}
},
watch: {
//有默认值
authObj: {
handler(newValue) {
this.initAuth();
},
immediate: true
},
},
created() {
},
mounted() {
this.qMsg.Id = this.saveObj.Id;
......
......@@ -410,6 +410,15 @@
}
},
watch: {
//有默认值
authObj: {
handler(newValue) {
this.initAuth();
},
immediate: true
},
},
created() {
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment