Prechádzať zdrojové kódy

Merge branch 'xqc_1011' into debug

bding 2 týždňov pred
rodič
commit
d4955fbcdd

+ 2 - 2
src/views/rai_manage/components/addChoiceness.vue

@@ -496,8 +496,8 @@ export default {
               clearInterval(this.timeInterval);
               sessionStorage.removeItem("addChoicenessQY");
               this.$message.success("操作成功!");
-              type != "保存" && this.init();
-              this.$router.back();
+              this.init();
+              type != "保存" && this.$router.back();
             }
           }
         }