Explorar el Código

新增编辑保存提示

duy hace 2 años
padre
commit
b914262f60
Se han modificado 1 ficheros con 7 adiciones y 1 borrados
  1. 7 1
      src/views/tentative/detect/test-form.vue

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

@@ -520,7 +520,13 @@ const tableFormSaveClick = async () => {
             getTableDataAll()
         }
     } else {
-           window.$message?.warning('请先选择你需要编辑的表格')
+        //    window.$message?.warning('请先选择你需要编辑的表格')
+         if(!isaddType){
+              bussPdfsClick()
+         }else{
+             window.$message?.warning('请先选择你需要新增的表格')
+         }
+        
     
     }
 }