fix: qian kind bug
All checks were successful
continuous-integration/drone/tag Build is passing

This commit is contained in:
zzc
2026-01-23 23:27:56 +08:00
parent 712c95de3f
commit e54cecad69
9 changed files with 9 additions and 0 deletions

View File

@@ -59,6 +59,7 @@
close() {
this.$refs['form'].resetFields()
this.form = this.$options.data().form
this.id = ''
this.dialogFormVisible = false
},
save() {

View File

@@ -54,6 +54,7 @@
close() {
this.$refs['form'].resetFields()
this.form = this.$options.data().form
this.id = ''
this.dialogFormVisible = false
},
save() {

View File

@@ -68,6 +68,7 @@
close() {
this.$refs['form'].resetFields()
this.form = this.$options.data().form
this.id = ''
this.dialogFormVisible = false
},
save() {

View File

@@ -81,6 +81,7 @@
close() {
this.$refs['form'].resetFields()
this.form = this.$options.data().form
this.id = ''
this.dialogFormVisible = false
},
save() {

View File

@@ -77,6 +77,7 @@
close() {
this.$refs['form'].resetFields()
this.form = this.$options.data().form
this.id = ''
this.dialogFormVisible = false
},
save() {

View File

@@ -59,6 +59,7 @@
close() {
this.$refs['form'].resetFields()
this.form = this.$options.data().form
this.id = ''
this.dialogFormVisible = false
},
save() {

View File

@@ -62,6 +62,7 @@
close() {
this.$refs['form'].resetFields()
this.form = this.$options.data().form
this.id = ''
this.dialogFormVisible = false
},
save() {

View File

@@ -75,6 +75,7 @@
close() {
this.$refs['form'].resetFields()
this.form = this.$options.data().form
this.id = ''
this.dialogFormVisible = false
},
save() {

View File

@@ -102,6 +102,7 @@
close() {
this.$refs['form'].resetFields()
this.form = this.$options.data().form
this.id = ''
this.dialogFormVisible = false
},
save() {