From c735bd1c657475e2f94c403f69ab21e759eeefb8 Mon Sep 17 00:00:00 2001 From: z_yu <1534695664@qq.com> Date: Thu, 7 Jul 2022 10:20:03 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=A8=E7=B1=BB=E7=AE=A1=E7=90=86-=E9=97=A8?= =?UTF-8?q?=E7=B1=BB=E5=AD=97=E6=AE=B5=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/category/fileNoFormat/index.vue | 2 +- src/views/components/category/SettingForm.vue | 15 ++++++++++++++- src/views/system/role/index.vue | 4 ++++ 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/src/views/category/fileNoFormat/index.vue b/src/views/category/fileNoFormat/index.vue index 3f5e3c2..98811cd 100644 --- a/src/views/category/fileNoFormat/index.vue +++ b/src/views/category/fileNoFormat/index.vue @@ -109,7 +109,7 @@ export default { FetchArchivesTypeManage({ categoryId: this.selectedCategory.id, isType: 2 }).then((res) => { this.table.left.data.splice(0, this.table.left.data.length) res.forEach((item) => { - if (!item.isDisplayformat) { + if (!item.isDisplayformat && item.isInput && !item.isAutomatic) { this.table.left.data.push(item) } }) diff --git a/src/views/components/category/SettingForm.vue b/src/views/components/category/SettingForm.vue index 6c054de..92aad1e 100644 --- a/src/views/components/category/SettingForm.vue +++ b/src/views/components/category/SettingForm.vue @@ -84,6 +84,8 @@