|
|
@@ -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>
|
|
|
|