sunlupeng 1 ano atrás
pai
commit
1b427b9da9

+ 8 - 8
src/views/commendManage/ceoCiteList.vue

@@ -228,14 +228,14 @@ export default {
                     return false;
                 }
             }
-            if(val.flag == true){
-                if(!val.category){
-                    this.$alert("请选择表彰类别", "提示", {
-                        confirmButtonText: "确定",
-                    });
-                    return false;
-                }
-            }
+            // if(val.flag == true){
+            //     if(!val.category){
+            //         this.$alert("请选择表彰类别", "提示", {
+            //             confirmButtonText: "确定",
+            //         });
+            //         return false;
+            //     }
+            // }
             return true;
         },
     complete(flag) {

+ 8 - 8
src/views/commendManage/operateCiteList.vue

@@ -211,14 +211,14 @@ export default {
                     return false;
                 }
             }
-            if(val.flag == true){
-                if(!val.category){
-                    this.$alert("请选择表彰类别", "提示", {
-                        confirmButtonText: "确定",
-                    });
-                    return false;
-                }
-            }
+            // if(val.flag == true){
+            //     if(!val.category){
+            //         this.$alert("请选择表彰类别", "提示", {
+            //             confirmButtonText: "确定",
+            //         });
+            //         return false;
+            //     }
+            // }
             return true;
         },
     complete(flag) {