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() {
|
add() {
|
||||||
this.form.resetFields()
|
this.form.resetFields()
|
||||||
|
this.mdl = {}
|
||||||
this.edit({ id: 0 })
|
this.edit({ id: 0 })
|
||||||
},
|
},
|
||||||
edit(record) {
|
edit(record) {
|
||||||
|
@ -515,7 +515,7 @@ export default {
|
|||||||
},
|
},
|
||||||
add() {
|
add() {
|
||||||
this.form.resetFields()
|
this.form.resetFields()
|
||||||
this.mdl.indoorPicUrl = null
|
this.mdl = {}
|
||||||
this.edit({ id: 0 })
|
this.edit({ id: 0 })
|
||||||
},
|
},
|
||||||
edit(record) {
|
edit(record) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user