|
@@ -351,16 +351,17 @@ export default {
|
|
|
// 接口请求
|
|
|
this.itemList = [];
|
|
|
this.spinning = true;
|
|
|
- const data = {
|
|
|
- GraphCategoryIds: this.categoryId,
|
|
|
- Type: item.type
|
|
|
- };
|
|
|
- await queryGroup(data).then(res => {
|
|
|
- this.itemList = res.Data;
|
|
|
- });
|
|
|
+ // const data = {
|
|
|
+ // GraphCategoryIds: this.categoryId,
|
|
|
+ // Type: item.type
|
|
|
+ // };
|
|
|
+ // await queryGroup(data).then(res => {
|
|
|
+ // this.itemList = res.Data;
|
|
|
+ // });
|
|
|
const arr = {
|
|
|
InfoSystems: this.categoryIdS,
|
|
|
- Type: item.type
|
|
|
+ Type: item.type,
|
|
|
+ categoryId:this.categoryId
|
|
|
};
|
|
|
await graphElementGroup(arr).then(res => {
|
|
|
this.spinning = false;
|
|
@@ -519,7 +520,7 @@ export default {
|
|
|
obj[arr[0]] = arr[1];
|
|
|
});
|
|
|
this.categoryId = obj.categoryId;
|
|
|
- this.categoryIdS.push(obj.categoryId);
|
|
|
+ // this.categoryIdS.push(obj.categoryId);
|
|
|
this.categoryId;
|
|
|
}
|
|
|
};
|