From 02e15487885f607a0bbf09ce344e9a3c67f90997 Mon Sep 17 00:00:00 2001 From: xuhuajiao <13476289682@163.com> Date: Thu, 25 Aug 2022 17:38:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A1=A3=E6=A1=88=E7=AE=A1=E7=90=86-bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/components/category/PreviewForm.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/components/category/PreviewForm.vue b/src/views/components/category/PreviewForm.vue index b0ae5b2..a5ec75b 100644 --- a/src/views/components/category/PreviewForm.vue +++ b/src/views/components/category/PreviewForm.vue @@ -161,9 +161,9 @@ export default { this.editFormRow() }, mounted() { - if (this.isType !== 'arcives') { - this.FetchNoFormatField(this.selectedCategory.id) - } + // if (this.isType !== 'arcives') { + // this.FetchNoFormatField(this.selectedCategory.id) + // } }, methods: { // 递归查询字典名称对应的字典代码