|
@@ -134,8 +134,8 @@ export default {
|
|
|
dataList: {
|
|
|
handler (val) {
|
|
|
const arr = [val];
|
|
|
- this.decompose(arr, this.AppId);
|
|
|
- this.data = [this.dataObj];
|
|
|
+ // this.decompose(arr, this.AppId);
|
|
|
+ this.data = arr;
|
|
|
this.checkedKeys = [this.AppId];
|
|
|
},
|
|
|
deep: true,
|