|
@@ -4,10 +4,10 @@ import RoleModal from "./components/role-modal.vue";
|
|
|
import contentConfig from "./config/content.config";
|
|
|
import searchConfig from "./config/search.config";
|
|
|
import { usePageSearch, type PageHooks, type PageEvents } from "/@/hooks/page";
|
|
|
-import { useAsync } from "/@/hooks/core/useAsync";
|
|
|
-import { ModalTypes } from "./types";
|
|
|
import { httpSetRole } from "/@/api/supplierManage/supplierAccoutQuery";
|
|
|
import SupplierSelect from "/@/layout/components/company/super.vue";
|
|
|
+import { useAsync } from "/@/hooks/core/useAsync";
|
|
|
+import { ModalTypes } from "./types";
|
|
|
|
|
|
const PageName = "supplierAccoutQuery";
|
|
|
const roleModalRef = ref<InstanceType<typeof RoleModal> | null>(null);
|