mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-30 09:24:46 +08:00
fix: update
This commit is contained in:
parent
3f3301a4c2
commit
bae84cd1ba
@ -1,11 +1,10 @@
|
|||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import dayjs from "dayjs";
|
import dayjs from "dayjs";
|
||||||
import { getRoleList } from "/@/api/system";
|
import { getRoleList } from "/@/api/system";
|
||||||
import { FormInstance } from "element-plus";
|
|
||||||
import { ElMessageBox } from "element-plus";
|
|
||||||
import { reactive, ref, onMounted } from "vue";
|
import { reactive, ref, onMounted } from "vue";
|
||||||
import { EpTableProBar } from "/@/components/ReTable";
|
import { EpTableProBar } from "/@/components/ReTable";
|
||||||
import { Switch, message } from "@pureadmin/components";
|
import { Switch, message } from "@pureadmin/components";
|
||||||
|
import { ElMessageBox, type FormInstance } from "element-plus";
|
||||||
import { useRenderIcon } from "/@/components/ReIcon/src/hooks";
|
import { useRenderIcon } from "/@/components/ReIcon/src/hooks";
|
||||||
|
|
||||||
defineOptions({
|
defineOptions({
|
||||||
|
@ -2,11 +2,10 @@
|
|||||||
import dayjs from "dayjs";
|
import dayjs from "dayjs";
|
||||||
import tree from "./tree.vue";
|
import tree from "./tree.vue";
|
||||||
import { getUserList } from "/@/api/system";
|
import { getUserList } from "/@/api/system";
|
||||||
import { FormInstance } from "element-plus";
|
|
||||||
import { ElMessageBox } from "element-plus";
|
|
||||||
import { reactive, ref, onMounted } from "vue";
|
import { reactive, ref, onMounted } from "vue";
|
||||||
import { EpTableProBar } from "/@/components/ReTable";
|
import { EpTableProBar } from "/@/components/ReTable";
|
||||||
import { Switch, message } from "@pureadmin/components";
|
import { Switch, message } from "@pureadmin/components";
|
||||||
|
import { ElMessageBox, type FormInstance } from "element-plus";
|
||||||
import { useRenderIcon } from "/@/components/ReIcon/src/hooks";
|
import { useRenderIcon } from "/@/components/ReIcon/src/hooks";
|
||||||
|
|
||||||
defineOptions({
|
defineOptions({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user