fix:去掉默认参数
This commit is contained in:
parent
06459e9657
commit
f7f8cd976d
|
@ -315,7 +315,7 @@ export default {
|
||||||
|
|
||||||
beforeModalOpen() {
|
beforeModalOpen() {
|
||||||
this.selectedRowKeys = []
|
this.selectedRowKeys = []
|
||||||
this.getData('PHD')
|
this.getData()
|
||||||
this.model.channel = null
|
this.model.channel = null
|
||||||
this.model.energy = null
|
this.model.energy = null
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user