|
@@ -501,7 +501,8 @@ export default {
|
|
|
this.$notify({
|
|
|
title: "成功",
|
|
|
message: "操作成功",
|
|
|
- type: "success"
|
|
|
+ type: "success",
|
|
|
+ duration: 5000
|
|
|
});
|
|
|
this.search();
|
|
|
});
|
|
@@ -527,7 +528,8 @@ export default {
|
|
|
this.$notify({
|
|
|
title: "成功",
|
|
|
message: "操作成功",
|
|
|
- type: "success"
|
|
|
+ type: "success",
|
|
|
+ duration: 5000
|
|
|
});
|
|
|
this.dialogFormVisible = false;
|
|
|
this.search();
|
|
@@ -556,7 +558,8 @@ export default {
|
|
|
this.$notify({
|
|
|
title: "成功",
|
|
|
message: "操作成功",
|
|
|
- type: "success"
|
|
|
+ type: "success",
|
|
|
+ duration: 5000
|
|
|
});
|
|
|
});
|
|
|
},
|