浏览代码

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

qinchao 4 年之前
父节点
当前提交
c3ace5fc6a
共有 1 个文件被更改,包括 2 次插入2 次删除
  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",
           });
         }
       });