@@ -322,7 +322,7 @@ export default {
.then(() => {
this.fullscreenLoading = false;
this.$notify({
- type: "info",
+ type: "success",
message: `保存成功`
});
this.$router.push({ path: "/questions/question_list/0" });
@@ -376,7 +376,7 @@ export default {
message: "保存成功"