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