@@ -1380,7 +1380,7 @@
console.log(this.title);
},
async initData() {
- const { data } = await getTreeByGroup({ type: 1 });
+ const { data } = await getTreeByGroup({ type: 2 });
this.codeList = data;
const res = await warehouseDefinition.tree();
this.treeList = this.$util.toTreeData({
@@ -2015,7 +2015,7 @@
);
// .map((item) => {
// return { dictCode: item.id, dictValue: item.name };