数组对象监控属性修改
This commit is contained in:
parent
e26937bc37
commit
f20aac7430
|
@ -202,6 +202,7 @@ export default {
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
let selectedDataRight = [];
|
let selectedDataRight = [];
|
||||||
|
this.selectedData = JSON.parse(JSON.stringify(this.selectedData));
|
||||||
(this.selectedData || []).map(v => {
|
(this.selectedData || []).map(v => {
|
||||||
selectedDataRight.push({
|
selectedDataRight.push({
|
||||||
type: v.resource.type,
|
type: v.resource.type,
|
||||||
|
|
Loading…
Reference in New Issue