From a13ef6e5d24a657a9d61b471da887fad491de8d6 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Wed, 8 Jan 2025 09:23:15 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AE=A1=E7=90=86=E7=AB=AF=E5=9B=BD=E9=99=85?= =?UTF-8?q?=E5=8C=96=E6=89=B9=E9=87=8F=E6=9B=B4=E6=96=B0=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/i18n/components/I18nForm.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/system/i18n/components/I18nForm.vue b/src/views/system/i18n/components/I18nForm.vue index 7e8150d0..66a46bca 100644 --- a/src/views/system/i18n/components/I18nForm.vue +++ b/src/views/system/i18n/components/I18nForm.vue @@ -179,6 +179,7 @@ export default { methods: { openDialog(title, data, options = [], status) { this.PublishVersionList = options; + this.loading = false this.status = status; this.model_cfg.visible = true; this.model_cfg.title = title;