|
|
@@ -31,7 +31,7 @@
|
|
|
@handleNodeClick="handleNodeClick"
|
|
|
:defaultExpandedKeys="defaultExpandedKeys"
|
|
|
:defaultExpandAll="false"
|
|
|
- codeS="W7"
|
|
|
+ id="17"
|
|
|
:isFirstRefreshTable="false"
|
|
|
ref="treeList"
|
|
|
/>
|
|
|
@@ -478,7 +478,7 @@ export default {
|
|
|
async getTreeData() {
|
|
|
try {
|
|
|
this.treeLoading = true;
|
|
|
- const res = await contactTypeTree({ code: 'W7' });
|
|
|
+ const res = await contactTypeTree({ id: '17' });
|
|
|
this.treeLoading = false;
|
|
|
if (res?.code === '0') {
|
|
|
this.treeList = res.data;
|