微调
This commit is contained in:
@@ -42,16 +42,14 @@
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
import { FormInstance,FormItemRule } from 'element-plus'
|
||||
import { ProTableInstance } from '@/components/ProTable/interface'
|
||||
import type { FormInstance,FormItemRule } from 'element-plus'
|
||||
import { ref,computed } from 'vue'
|
||||
import { Role } from '@/api/role/interface'
|
||||
import {dialogSmall} from '@/utils/elementBind'
|
||||
import { useDictStore } from '@/stores/modules/dict'
|
||||
import {
|
||||
addRole,
|
||||
editRole,
|
||||
} from '@/api/role/role'
|
||||
} from '@/api/user/role/index'
|
||||
|
||||
const dictStore = useDictStore()
|
||||
|
||||
|
||||
@@ -151,7 +151,7 @@
|
||||
|
||||
<script setup lang="tsx" name="useProTable">
|
||||
import { useRouter } from "vue-router";
|
||||
import type { Device } from '@/api/device/interface'
|
||||
import type { Device } from '@/api/device/interface/device'
|
||||
import { useHandleData } from "@/hooks/useHandleData";
|
||||
import { ElMessage, ElMessageBox, ElLoading} from "element-plus";
|
||||
import ProTable from "@/components/ProTable/index.vue";
|
||||
@@ -160,9 +160,10 @@ import {
|
||||
Search,View,EditPen
|
||||
} from "@element-plus/icons-vue";
|
||||
import { getPlanList } from "@/api/plan/planList";
|
||||
import deviceDataList from '@/api/device/deviceData'
|
||||
import deviceDataList from '@/api/device/device/deviceData'
|
||||
import { log } from "console";
|
||||
import { isVisible } from "element-plus/es/utils";
|
||||
import { reactive, ref } from "vue";
|
||||
const router = useRouter();
|
||||
const value1 = ref("");
|
||||
const value2 = ref("");
|
||||
|
||||
Reference in New Issue
Block a user