Browse Source

修复报告精选的保存bug

bding 3 tuần trước cách đây
mục cha
commit
8c64b66e27
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/rai_manage/components/addChoiceness.vue

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

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