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