From 74a6c4b74b209b2b6e714f5d71d714bbfa3267ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=8B=E4=BA=8E=E5=88=9D=E8=A7=81?= <752204717@qq.com> Date: Thu, 14 May 2026 11:29:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E4=BB=98=E4=BF=A1=E6=81=AF=E6=8F=90?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/page/articleDetailEditor.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/page/articleDetailEditor.vue b/src/components/page/articleDetailEditor.vue index 965be5d..386334b 100644 --- a/src/components/page/articleDetailEditor.vue +++ b/src/components/page/articleDetailEditor.vue @@ -2462,6 +2462,7 @@ export default { background: 'rgba(0, 0, 0, 0.7)' }); this.$api.post('api/Article/changeRepetition', this.repeform).then((res) => { + this.repebox = false; load.close(); this.$message.success('success'); this.initarticle();