Parcourir la source

批量审核最后一条提示警告

qinchao il y a 4 ans
Parent
commit
c3ace5fc6a
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      src/modules/oe/views/captureDetail.vue

+ 2 - 2
src/modules/oe/views/captureDetail.vue

@@ -465,9 +465,9 @@ export default {
             msg = "第";
           }
           this.$notify({
-            title: "成功",
+            title: "警告",
             message: "当前数据为" + msg + "一条",
-            type: "success",
+            type: "warning",
           });
         }
       });