ZaiZai 1 éve
szülő
commit
d1e05c3639
1 módosított fájl, 2 hozzáadás és 1 törlés
  1. 2 1
      src/views/tentative/detect/test-form.vue

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

@@ -217,7 +217,7 @@ 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'
-import { arrToId, getArrValue, getObjValue, isNullES, isString } from 'js-fast-way'
+import { arrToId, getArrValue, getObjValue, isNullES, isString, useClick } from 'js-fast-way'
 import { eVisaTaskCheckApi, getDictionary, getErtractInfo } from '~api/other'
 import wbsApi from '~api/data-fill/wbs'
 import { toPdfPage } from '~uti/btn-auth'
@@ -1017,6 +1017,7 @@ const linksSampleModalClose = () => {
 //保存
 const tableFormSaveLoading = ref(false)
 const tableFormSaveClick = async () => {
+    await useClick()
     //false是编辑
     if (tabTypeKey.value === '2' && listItemBaseData.value.detectionResult === '') {
         window.$message?.warning('请选择报告单是否合格')