fix: 打开时重置输入框内容

This commit is contained in:
Xu Zhimeng 2023-11-09 19:13:48 +08:00
parent f1af8cc8b9
commit 3ed2a5cd31
3 changed files with 6 additions and 0 deletions

View File

@ -346,6 +346,8 @@ export default {
},
beforeModalOpen() {
this.model.energy = null
this.model.efficiency = null
this.selectedRowKeys = []
this.funcId = 1
this.getData()

View File

@ -310,6 +310,8 @@ export default {
beforeModalOpen() {
this.selectedRowKeys = []
this.getData()
this.model.channel = null
this.model.energy = null
},
//

View File

@ -309,6 +309,8 @@ export default {
beforeModalOpen() {
this.selectedRowKeys = []
this.getData()
this.model.energy = null
this.model.fwhm = null
},
//