浏览代码

修改删除提醒

ZaiZai 1 年之前
父节点
当前提交
92f6382835

+ 0 - 1
src/views/gauge/bezier.vue

@@ -291,7 +291,6 @@ import bezierApi from '~api/gauge/bezier'
 import { getHeader } from 'hc-vue3-ui'
 import { deepClone, downloadBlob, formValidate, getArrValue, getObjValue, isObjNull } from 'js-fast-way'
 import { genFileId } from 'element-plus'
-import { HcDelMsg } from 'hc-vue3-ui'
 
 //初始变量
 const useAppState = useAppStore()

+ 0 - 1
src/views/gauge/station.vue

@@ -154,7 +154,6 @@ import stationApi from '~api/gauge/station'
 import { getHeader } from 'hc-vue3-ui'
 import { genFileId } from 'element-plus'
 import { downloadBlob, formValidate, getArrValue } from 'js-fast-way'
-import { HcDelMsg } from 'hc-vue3-ui'
 
 //初始变量
 const router = useRouter()

+ 0 - 1
src/views/gauge/testdata.vue

@@ -213,7 +213,6 @@
 import { onMounted, ref } from 'vue'
 import testApi from '~api/gauge/testdata'
 import { deepClone, formValidate, getArrValue } from 'js-fast-way'
-import { HcDelMsg } from 'hc-vue3-ui'
 import { useAppStore } from '~src/store'
 import { genFileId } from 'element-plus'
 import { getHeader } from 'hc-vue3-ui'

+ 1 - 2
src/views/patrol/safe.vue

@@ -30,12 +30,11 @@
 </template>
 
 <script setup>
-import { onActivated, onMounted, ref } from 'vue'
+import { onActivated, ref } from 'vue'
 import { useRouter } from 'vue-router'
 import patrolApi from '~api/patrol/patrol'
 import { useAppStore } from '~src/store'
 import { getArrValue } from 'js-fast-way'
-import { HcDelMsg } from 'hc-vue3-ui'
 const useAppState = useAppStore()
 const projectId = ref(useAppState.getProjectId)
 const contractId = ref(useAppState.contractId)

+ 1 - 1
src/views/tasks/flow.vue

@@ -57,7 +57,7 @@ import { onMounted, ref } from 'vue'
 import { useAppStore } from '~src/store'
 import { getArrValue, getObjValue } from 'js-fast-way'
 import tasksFlowApi from '~api/tasks/flow'
-import { HcDelMsg } from 'hc-vue3-ui'
+
 //变量
 const useAppState = useAppStore()
 const projectId = ref(useAppState.getProjectId)

+ 1 - 2
src/views/tentative/collect/test.vue

@@ -159,8 +159,7 @@
 import { onMounted, ref, watch } from 'vue'
 import { useAppStore } from '~src/store'
 import { download, getContractList, getPage, getSummaryList, removeByIds, save } from '~api/tentative/collect/test'
-import { arrToId, getArrValue, getObjValue, isString } from 'js-fast-way'
-
+import { arrToId, getArrValue, isString } from 'js-fast-way'
 import { HcDelMsg } from 'hc-vue3-ui'
 import { getDictionary } from '~api/other'
 import { toPdfPage } from '~uti/btn-auth'

+ 0 - 2
src/views/tentative/detect/outside.vue

@@ -340,8 +340,6 @@ import { getStoreValue, setStoreValue } from '~src/utils/storage'
 import dataApi from '~api/tentative/detect/third'
 import samplingApi from '~api/tentative/material/sampling'
 import { arrToId, formValidate, getArrValue } from 'js-fast-way'
-// import {delMessage} from "~uti/tools";
-import { HcDelMsg } from 'hc-vue3-ui'
 
 //变量
 const useAppState = useAppStore()

+ 1 - 1
src/views/tentative/detect/test.vue

@@ -249,7 +249,7 @@ import { getDictionary } from '~api/other'
 import { eVisaTaskCheckApi } from '~api/other'
 import wbsApi from '~api/data-fill/wbs'
 import samplingApi from '~api/tentative/material/sampling'
-import { arrKeyValue, arrToId, getArrValue, getObjValue, isString } from 'js-fast-way'
+import { arrToId, getArrValue, getObjValue, isString } from 'js-fast-way'
 
 import { Loading } from 'element-plus/es/components/loading/src/service'
 import notableform from '~src/assets/view/notableform.svg'

+ 0 - 1
src/views/tentative/detect/third.vue

@@ -343,7 +343,6 @@ import { getStoreValue, setStoreValue } from '~src/utils/storage'
 import dataApi from '~api/tentative/detect/third'
 import samplingApi from '~api/tentative/material/sampling'
 import { arrToId, formValidate, getArrValue } from 'js-fast-way'
-import { HcDelMsg } from 'hc-vue3-ui'
 
 //变量
 const useAppState = useAppStore()

+ 2 - 3
src/views/tentative/device/employ.vue

@@ -207,12 +207,11 @@ import { onMounted, ref, watch } from 'vue'
 import { useAppStore } from '~src/store'
 import HcDragUpload from './components/HcDragUpload.vue'
 import HcSelectTree from './components/HcSelectTree.vue'
-import { deviceClassListInit, getClassList, getSampleInfo, queryDeviceList, querySampleList } from '~api/tentative'
+import { deviceClassListInit, getClassList, getSampleInfo, queryDeviceList } from '~api/tentative'
 import { getContractUserList } from '~api/other'
 import dataApi from '~api/tentative/device/employ'
-import { arrToId, formValidate, getArrValue, getObjValue } from 'js-fast-way'
+import { arrToId, formValidate, getArrValue } from 'js-fast-way'
 import { getRowsValue } from '~uti/tools'
-import { HcDelMsg } from 'hc-vue3-ui'
 import { toPdfPage } from '~uti/btn-auth'
 
 //初始变量

+ 1 - 2
src/views/tentative/device/overhaul.vue

@@ -170,12 +170,11 @@
 import { onMounted, ref, watch } from 'vue'
 import { useAppStore } from '~src/store'
 import HcDragUpload from './components/HcDragUpload.vue'
-import { deviceClassListInit, getClassList, queryDeviceList, querySampleList } from '~api/tentative'
+import { deviceClassListInit, getClassList, queryDeviceList } from '~api/tentative'
 import { getContractUserList } from '~api/other'
 import { arrToId, formValidate, getArrValue } from 'js-fast-way'
 import dataApi from '~api/tentative/device/overhaul'
 import { getRowsValue } from '~uti/tools'
-import { HcDelMsg } from 'hc-vue3-ui'
 import { toPdfPage } from '~uti/btn-auth'
 
 

+ 0 - 1
src/views/tentative/laboratory/user.vue

@@ -211,7 +211,6 @@ import dataApi from '~api/tentative/laboratory/user'
 import FormItemUpload from './components/FormItemUpload.vue'
 import { arrKeyValue, arrToId, formValidate, getArrValue, isIdCard } from 'js-fast-way'
 import { getDictionary } from '~api/other'
-import { HcDelMsg } from 'hc-vue3-ui'
 
 //初始变量
 const useAppState = useAppStore()

+ 0 - 1
src/views/tentative/material/approach.vue

@@ -294,7 +294,6 @@ import notableform from '~src/assets/view/notableform.svg'
 import approachApi from '~api/tentative/material/approach'
 import { arrIndex, arrToId, deepClone, formValidate, getArrValue } from 'js-fast-way'
 import { getDictionary } from '~api/other'
-import { HcDelMsg } from 'hc-vue3-ui'
 import { toPdfPage } from '~uti/btn-auth'
 
 //初始变量

+ 0 - 1
src/views/tentative/material/sampling.vue

@@ -292,7 +292,6 @@ import samplingApi from '~api/tentative/material/sampling'
 import approachApi from '~api/tentative/material/approach'
 import { getContractUserList, getDictionary } from '~api/other'
 import { arrIndex, arrToId, deepClone, formValidate, getArrValue } from 'js-fast-way'
-import { HcDelMsg } from 'hc-vue3-ui'
 import { toPdfPage } from '~uti/btn-auth'
 
 //变量

+ 0 - 1
src/views/tentative/parameter/compactness.vue

@@ -62,7 +62,6 @@ import { onMounted, ref } from 'vue'
 import { useAppStore } from '~src/store'
 import dataApi from '~api/tentative/parameter/compactness'
 import { arrToId, formValidate, getArrValue } from 'js-fast-way'
-import { HcDelMsg } from 'hc-vue3-ui'
 
 //初始变量
 const useAppState = useAppStore()

+ 0 - 1
src/views/tentative/parameter/density.vue

@@ -56,7 +56,6 @@ import { onMounted, ref } from 'vue'
 import { useAppStore } from '~src/store'
 import dataApi from '~api/tentative/parameter/density'
 import { arrToId, formValidate, getArrValue } from 'js-fast-way'
-import { HcDelMsg } from 'hc-vue3-ui'
 
 //初始变量
 const useAppState = useAppStore()