|
@@ -317,7 +317,9 @@ export default {
|
|
|
message: res.msg,
|
|
|
type: "success",
|
|
|
duration: 1000,
|
|
|
- onClose: function () {},
|
|
|
+ onClose: function () {
|
|
|
+ this.dialogVisible = false;
|
|
|
+ },
|
|
|
});
|
|
|
// console.log("updateStatus", res);
|
|
|
});
|
|
@@ -351,7 +353,9 @@ export default {
|
|
|
message: res.msg,
|
|
|
type: "success",
|
|
|
duration: 1000,
|
|
|
- onClose: function () {},
|
|
|
+ onClose: function () {
|
|
|
+ this.dialogVisible = false;
|
|
|
+ },
|
|
|
});
|
|
|
// console.log("updateStatus", res);
|
|
|
})
|