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