소스 검색

数据报表-报价数据-保险公司 业务员 电销 团队左侧树数据变更

祁鹏飞 1 개월 전
부모
커밋
d8314ecc84

+ 1 - 1
src/views/consoleManage/quotationDataManage/channelQuotationData/index.vue

@@ -321,7 +321,7 @@ const nodeId = (id) => {
 
 onMounted(() => {
   initDefaultList();
-  treeRef.value?.getTree(api.manageApi.getDeptListByUserId);
+  treeRef.value?.getTree(api.manageApi.getUserManageListByUserId);
 });
 </script>
 

+ 2 - 2
src/views/consoleManage/quotationDataManage/companyQuotationData/index.vue

@@ -298,7 +298,7 @@ const downloadFile = async () => {
     routerKey: routerKey.value,
     userId: phone,
     orderType: globalSortKey.value
-      ? globalSortKey.value + " " + globalSortOrder.value 
+      ? globalSortKey.value + " " + globalSortOrder.value
       : "",
     ...query,
     orgIds: query.orgIds.filter(v => v),
@@ -327,7 +327,7 @@ const nodeId = (id) => {
 
 onMounted(() => {
   initDefaultList();
-  treeRef.value?.getTree(api.manageApi.getDeptListByUserId);
+  treeRef.value?.getTree(api.manageApi.getUserManageListByUserId);
 });
 </script>
 

+ 1 - 1
src/views/consoleManage/quotationDataManage/salesmanQuotationData/index.vue

@@ -321,7 +321,7 @@ const nodeId = (id) => {
 
 onMounted(() => {
   initDefaultList();
-  treeRef.value?.getTree(api.manageApi.getDeptListByUserId);
+  treeRef.value?.getTree(api.manageApi.getUserManageListByUserId);
 });
 </script>
 

+ 1 - 1
src/views/consoleManage/quotationDataManage/telemarketingQuotationData/index.vue

@@ -321,7 +321,7 @@ const nodeId = (id) => {
 
 onMounted(() => {
   initDefaultList();
-  treeRef.value?.getTree(api.manageApi.getDeptListByUserId);
+  treeRef.value?.getTree(api.manageApi.getUserManageListByUserId);
 });
 </script>