ZaiZai před 1 rokem
rodič
revize
c096afcc04
1 změnil soubory, kde provedl 0 přidání a 3 odebrání
  1. 0 3
      src/views/tentative/detect/test-form.vue

+ 0 - 3
src/views/tentative/detect/test-form.vue

@@ -712,7 +712,6 @@ const linksRelateModalSave = async () => {
   })
   checkrelationString.value = idarr.toString()
 
-  console.log(checkrelationString.value, 'checkrelationString.value')
   listItemBaseData.value.projectPosition = checkrelationString.value
 
 
@@ -1034,7 +1033,6 @@ const linksSampleModalClose = () => {
 //保存
 const tableFormSaveLoading = ref(false)
 const tableFormSaveClick = async () => {
-  console.log(tabTypeKey.value, 'tabTypeKey.value')
   //false是编辑
   if (tabTypeKey.value === '2' && listItemBaseData.value.detectionResult === '') {
     window.$message?.warning('请选择报告单是否合格')
@@ -1055,7 +1053,6 @@ const tableFormSaveClick = async () => {
       listItemBaseData.value.id = newId.value
     }
     if (isaddType) { //新增
-      console.log(alllistData.value, ' alllistData.value222222')
       if (setTypes.length > 1) {
         FormData = alllistData.value
         listItemBaseData.value.tableType = '1,2'