|
|
@@ -32,7 +32,7 @@ import Editor from '@/components/Editor/wang';
|
|
|
import { getConfigByKey,updateConfigByKey, clearCache } from "@/api/system/config";
|
|
|
import { listCompany } from "@/api/company/company";
|
|
|
import Material from '@/components/Material'
|
|
|
-import {treeselect as menuTreeselect} from "@/api/company/companyMenu";
|
|
|
+import {companyTreeselect} from "@/api/company/companyMenu";
|
|
|
export default {
|
|
|
name: "Config",
|
|
|
components: {
|
|
|
@@ -77,7 +77,7 @@ export default {
|
|
|
},
|
|
|
/** 查询菜单树结构 */
|
|
|
getMenuTreeselect() {
|
|
|
- menuTreeselect().then(response => {
|
|
|
+ companyTreeselect().then(response => {
|
|
|
this.menuOptions = response.data;
|
|
|
});
|
|
|
},
|