Selaa lähdekoodia

新增编辑保存提示

duy 2 vuotta sitten
vanhempi
commit
b914262f60
1 muutettua tiedostoa jossa 7 lisäystä ja 1 poistoa
  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('请先选择你需要新增的表格')
+         }
+        
     
     }
 }