소스 검색

提交前段bug

weiwenhai 6 년 전
부모
커밋
0aa5791095
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/modules/questions/views/EditOtherQuestion.vue
  2. 1 1
      src/modules/questions/views/EditSelectQuestion.vue

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