Prechádzať zdrojové kódy

修复报告精选的保存bug

bding 4 týždňov pred
rodič
commit
8c64b66e27

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