ZaiZai hai 11 meses
pai
achega
387d0da0e7
Modificáronse 1 ficheiros con 1 adicións e 3 borrados
  1. 1 3
      src/views/tentative/material/sampling.vue

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

@@ -260,7 +260,6 @@
 <script setup>
 import { onActivated, ref, watch } from 'vue'
 import { useAppStore } from '~src/store'
-import { setLatency } from '~uti/tools'
 import TestTree from './components/TestTree.vue'
 import HcDragUpload from './components/HcDragUpload.vue'
 import { getStoreValue, setStoreValue } from '~src/utils/storage'
@@ -824,9 +823,8 @@ const editHtmlId = ref('')
 const entrustId = ref('')
 const delegateContractChange = async () => {
     delegateHtmlLoading.value = true
-    await getDelegateDataInfo()
-    await setLatency(1000)
     await getDelegateExcelHtml()
+    await getDelegateDataInfo()
     delegateHtmlLoading.value = false
 }