微调
This commit is contained in:
@@ -43,7 +43,9 @@ import { getPqDevList, deletePqDev, exportPqDev, downloadTemplate, importPqDev,g
|
||||
import { ElMessageBox } from 'element-plus'
|
||||
import { computed, onBeforeMount, onMounted, reactive, ref } from 'vue'
|
||||
import { useModeStore , useAppSceneStore} from '@/stores/modules/mode'; // 引入模式 store
|
||||
|
||||
defineOptions({
|
||||
name: 'device'
|
||||
})
|
||||
const modeStore = useModeStore();
|
||||
const dictStore = useDictStore()
|
||||
const appSceneStore = useAppSceneStore()
|
||||
|
||||
@@ -37,6 +37,9 @@ import ErrorStandardPopup from '@/views/machine/errorSystem/components/errorStan
|
||||
import type { ErrorSystem } from '@/api/device/interface/error'
|
||||
import { useDictStore } from '@/stores/modules/dict'
|
||||
import { getPqErrSysList, deletePqErrSys} from '@/api/device/error/index'
|
||||
defineOptions({
|
||||
name: 'errorSystem'
|
||||
})
|
||||
const dictStore = useDictStore()
|
||||
// ProTable 实例
|
||||
const proTable = ref<ProTableInstance>()
|
||||
|
||||
@@ -45,7 +45,7 @@ import ValueTypePopup from './components/valueTypePopup.vue'
|
||||
import { computed, reactive, ref } from 'vue'
|
||||
import { useModeStore } from '@/stores/modules/mode'; // 引入模式 store
|
||||
defineOptions({
|
||||
name: '/testScript'
|
||||
name: 'testScript'
|
||||
})
|
||||
|
||||
|
||||
|
||||
@@ -43,6 +43,9 @@
|
||||
} from '@/api/device/testSource/index'
|
||||
import { reactive, ref } from 'vue'
|
||||
import { useModeStore } from '@/stores/modules/mode'; // 引入模式 store
|
||||
defineOptions({
|
||||
name: 'testSource'
|
||||
})
|
||||
const testSourcePopup = ref()
|
||||
const dictStore = useDictStore()
|
||||
const modeStore = useModeStore();
|
||||
|
||||
Reference in New Issue
Block a user