描述:会议室、展厅图片显示

This commit is contained in:
SelfRidicule 2024-04-08 16:04:28 +08:00
parent 61027fca86
commit 423d88ce8d
2 changed files with 2 additions and 0 deletions

View File

@ -515,6 +515,7 @@ export default {
}, },
add() { add() {
this.form.resetFields() this.form.resetFields()
this.mdl.indoorPicUrl = null
this.edit({ id: 0 }) this.edit({ id: 0 })
}, },
edit(record) { edit(record) {

View File

@ -407,6 +407,7 @@ export default {
}, },
add() { add() {
this.form.resetFields() this.form.resetFields()
this.mdl.indoorPicUrl = null
this.edit({ id: 0 }) this.edit({ id: 0 })
}, },
edit(record) { edit(record) {