This commit is contained in:
@@ -59,6 +59,7 @@
|
|||||||
close() {
|
close() {
|
||||||
this.$refs['form'].resetFields()
|
this.$refs['form'].resetFields()
|
||||||
this.form = this.$options.data().form
|
this.form = this.$options.data().form
|
||||||
|
this.id = ''
|
||||||
this.dialogFormVisible = false
|
this.dialogFormVisible = false
|
||||||
},
|
},
|
||||||
save() {
|
save() {
|
||||||
|
|||||||
@@ -54,6 +54,7 @@
|
|||||||
close() {
|
close() {
|
||||||
this.$refs['form'].resetFields()
|
this.$refs['form'].resetFields()
|
||||||
this.form = this.$options.data().form
|
this.form = this.$options.data().form
|
||||||
|
this.id = ''
|
||||||
this.dialogFormVisible = false
|
this.dialogFormVisible = false
|
||||||
},
|
},
|
||||||
save() {
|
save() {
|
||||||
|
|||||||
@@ -68,6 +68,7 @@
|
|||||||
close() {
|
close() {
|
||||||
this.$refs['form'].resetFields()
|
this.$refs['form'].resetFields()
|
||||||
this.form = this.$options.data().form
|
this.form = this.$options.data().form
|
||||||
|
this.id = ''
|
||||||
this.dialogFormVisible = false
|
this.dialogFormVisible = false
|
||||||
},
|
},
|
||||||
save() {
|
save() {
|
||||||
|
|||||||
@@ -81,6 +81,7 @@
|
|||||||
close() {
|
close() {
|
||||||
this.$refs['form'].resetFields()
|
this.$refs['form'].resetFields()
|
||||||
this.form = this.$options.data().form
|
this.form = this.$options.data().form
|
||||||
|
this.id = ''
|
||||||
this.dialogFormVisible = false
|
this.dialogFormVisible = false
|
||||||
},
|
},
|
||||||
save() {
|
save() {
|
||||||
|
|||||||
@@ -77,6 +77,7 @@
|
|||||||
close() {
|
close() {
|
||||||
this.$refs['form'].resetFields()
|
this.$refs['form'].resetFields()
|
||||||
this.form = this.$options.data().form
|
this.form = this.$options.data().form
|
||||||
|
this.id = ''
|
||||||
this.dialogFormVisible = false
|
this.dialogFormVisible = false
|
||||||
},
|
},
|
||||||
save() {
|
save() {
|
||||||
|
|||||||
@@ -59,6 +59,7 @@
|
|||||||
close() {
|
close() {
|
||||||
this.$refs['form'].resetFields()
|
this.$refs['form'].resetFields()
|
||||||
this.form = this.$options.data().form
|
this.form = this.$options.data().form
|
||||||
|
this.id = ''
|
||||||
this.dialogFormVisible = false
|
this.dialogFormVisible = false
|
||||||
},
|
},
|
||||||
save() {
|
save() {
|
||||||
|
|||||||
@@ -62,6 +62,7 @@
|
|||||||
close() {
|
close() {
|
||||||
this.$refs['form'].resetFields()
|
this.$refs['form'].resetFields()
|
||||||
this.form = this.$options.data().form
|
this.form = this.$options.data().form
|
||||||
|
this.id = ''
|
||||||
this.dialogFormVisible = false
|
this.dialogFormVisible = false
|
||||||
},
|
},
|
||||||
save() {
|
save() {
|
||||||
|
|||||||
@@ -75,6 +75,7 @@
|
|||||||
close() {
|
close() {
|
||||||
this.$refs['form'].resetFields()
|
this.$refs['form'].resetFields()
|
||||||
this.form = this.$options.data().form
|
this.form = this.$options.data().form
|
||||||
|
this.id = ''
|
||||||
this.dialogFormVisible = false
|
this.dialogFormVisible = false
|
||||||
},
|
},
|
||||||
save() {
|
save() {
|
||||||
|
|||||||
@@ -102,6 +102,7 @@
|
|||||||
close() {
|
close() {
|
||||||
this.$refs['form'].resetFields()
|
this.$refs['form'].resetFields()
|
||||||
this.form = this.$options.data().form
|
this.form = this.$options.data().form
|
||||||
|
this.id = ''
|
||||||
this.dialogFormVisible = false
|
this.dialogFormVisible = false
|
||||||
},
|
},
|
||||||
save() {
|
save() {
|
||||||
|
|||||||
Reference in New Issue
Block a user