|
@@ -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
|
|
|
}
|
|
|
|