This commit is contained in:
xiaoguangbin 2023-11-10 08:43:43 +08:00
commit c2bfa3d1d1
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
},
//