Merge branch 'master-dev' of http://git.hivekion.com:3000/xiaoguangbin/AnalysisSystemForRadionuclide_vue into master-dev
This commit is contained in:
commit
c2bfa3d1d1
|
@ -346,6 +346,8 @@ export default {
|
|||
},
|
||||
|
||||
beforeModalOpen() {
|
||||
this.model.energy = null
|
||||
this.model.efficiency = null
|
||||
this.selectedRowKeys = []
|
||||
this.funcId = 1
|
||||
this.getData()
|
||||
|
|
|
@ -310,6 +310,8 @@ export default {
|
|||
beforeModalOpen() {
|
||||
this.selectedRowKeys = []
|
||||
this.getData()
|
||||
this.model.channel = null
|
||||
this.model.energy = null
|
||||
},
|
||||
|
||||
// 表格单行点击
|
||||
|
|
|
@ -309,6 +309,8 @@ export default {
|
|||
beforeModalOpen() {
|
||||
this.selectedRowKeys = []
|
||||
this.getData()
|
||||
this.model.energy = null
|
||||
this.model.fwhm = null
|
||||
},
|
||||
|
||||
// 表格单行点击
|
||||
|
|
Loading…
Reference in New Issue
Block a user