ZaiZai пре 1 година
родитељ
комит
3399cf2a59

+ 0 - 4
src/views/tentative/detect/components/linkAssociation.vue

@@ -177,7 +177,3 @@ const linkSamplingClose = () => {
     isShow.value = false
 }
 </script>
-
-<style scoped lang="scss">
-
-</style>

+ 2 - 12
src/views/tentative/detect/test-form.vue

@@ -201,14 +201,14 @@
 </template>
 
 <script setup>
-import { nextTick, onMounted, onUnmounted, ref, watch } from 'vue'
+import { nextTick, onMounted, ref, watch } from 'vue'
 import { useAppStore } from '~src/store'
 import { useRoute, useRouter } from 'vue-router'
 import ListItem from './components/ListItem.vue'
 import dataApi from '~api/tentative/detect/test'
 import samplingApi from '~api/tentative/material/sampling'
 import divisionApi from '~api/data-fill/division'
-import { delStoreValue, getStoreValue, setStoreValue } from '~src/utils/storage'
+import { getStoreValue, setStoreValue } from '~src/utils/storage'
 import TestTree from '../material/components/TestTree.vue'
 import TestTreeMaterial from '../material/components/TestTreeMaterial.vue'
 import LinkAssociation from './components/linkAssociation.vue'
@@ -1541,16 +1541,6 @@ const isLinksAssociation = ref(false)
 const linksAssociationModalClick = () => {
   isLinksAssociation.value = true
 }
-
-//确定关联委托单
-const linksAssociationClick = () => {
-  linksAssociationClose()
-}
-
-//取消关联委托单
-const linksAssociationClose = () => {
-  isLinksAssociation.value = false
-}
 </script>
 
 <style lang="scss" scoped>