Ver código fonte

保存不能跳转返回

bding 2 semanas atrás
pai
commit
4cec56bd8f
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      src/views/rai_manage/components/addChoiceness.vue

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