Commit 51d594aa by chenyu

update: update

parent 8955f2ea
......@@ -89,7 +89,7 @@ export default {
},
watch: {
dialogVisible (n, o) {
this.visible = false;
this.visible = n;
if (n) {
this.form = { ...this.form, gradeId: this.gradeId, memberId: this.memberId };
}
......
......@@ -124,7 +124,7 @@ export default {
},
watch: {
dialogVisible (n, o) {
this.visible = false;
this.visible = n;
},
},
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