100J4Gbug已修复完成
This commit is contained in:
@ -86,7 +86,9 @@
|
||||
},
|
||||
getData(val) {
|
||||
let data = {
|
||||
deviceId: val
|
||||
deviceId: val,
|
||||
pageNum: 1,
|
||||
pageSize: 500
|
||||
}
|
||||
deviceShareList(data).then((res) => {
|
||||
if (res.code == 200) {
|
||||
@ -117,7 +119,7 @@
|
||||
eventChannel.on('shareManagement', (data) => {
|
||||
console.log(data, 'data1t111');
|
||||
this.itemInfo = data.data;
|
||||
this.getData(this.itemInfo.id)
|
||||
this.getData(this.itemInfo.id ||this.itemInfo.deviceId)
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user