|
@@ -302,7 +302,7 @@ export default {
|
|
|
base (record, queryParam = {}) {
|
|
|
this.visible = true
|
|
|
this.modalTitle = '选择设备'
|
|
|
- this.queryParam = queryParam
|
|
|
+ this.extraQueryParam = queryParam
|
|
|
if (this.isCreated) {
|
|
|
console.log(this.$refs.table)
|
|
|
this.$refs.table.clearSelected()
|