Pārlūkot izejas kodu

提交前段bug

weiwenhai 6 gadi atpakaļ
vecāks
revīzija
0aa5791095

+ 1 - 1
src/modules/questions/views/EditOtherQuestion.vue

@@ -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" });

+ 1 - 1
src/modules/questions/views/EditSelectQuestion.vue

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