Merge branch 'dev' of http://192.168.0.56:3000/bonus/devicesmgt into dev
This commit is contained in:
commit
7ef5aa2fb5
|
|
@ -253,7 +253,8 @@ export default {
|
|||
pageSize: 10,
|
||||
unitName: undefined,
|
||||
dictType: undefined,
|
||||
status: undefined
|
||||
status: undefined,
|
||||
dataCondition: []
|
||||
},
|
||||
// 表单参数
|
||||
form: {},
|
||||
|
|
@ -359,6 +360,7 @@ export default {
|
|||
// 多选框选中数据
|
||||
handleSelectionChange(selection) {
|
||||
this.ids = selection.map(item => item.unitId)
|
||||
this.queryParams.dataCondition = this.ids
|
||||
this.single = selection.length != 1
|
||||
this.multiple = !selection.length
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue