mirror of
https://gitee.com/elegant_wings/dbd-meeting-html.git
synced 2025-06-21 02:09:37 +08:00
描述:添加重置输入框
This commit is contained in:
parent
2c2b30b344
commit
2da8777e03
@ -384,6 +384,7 @@ export default {
|
||||
},
|
||||
add() {
|
||||
this.form.resetFields()
|
||||
this.mdl = {}
|
||||
this.edit({ id: 0 })
|
||||
},
|
||||
edit(record) {
|
||||
|
@ -515,7 +515,7 @@ export default {
|
||||
},
|
||||
add() {
|
||||
this.form.resetFields()
|
||||
this.mdl.indoorPicUrl = null
|
||||
this.mdl = {}
|
||||
this.edit({ id: 0 })
|
||||
},
|
||||
edit(record) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user