From fe46cb15252c04e9890e977c67c766aa6558045d Mon Sep 17 00:00:00 2001 From: xuhuajiao <13476289682@163.com> Date: Fri, 18 Aug 2023 08:40:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=BA=93=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/fileLibraryManage/fieldManage/index.vue | 2 +- src/views/system/fileLibraryManage/form.vue | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/views/system/fileLibraryManage/fieldManage/index.vue b/src/views/system/fileLibraryManage/fieldManage/index.vue index f074f3d..0d35bbc 100644 --- a/src/views/system/fileLibraryManage/fieldManage/index.vue +++ b/src/views/system/fileLibraryManage/fieldManage/index.vue @@ -128,7 +128,7 @@ export default { // 获取数据前设置默认参数 [CRUD.HOOK.beforeRefresh]() { this.crud.query.documentId = this.selectedCategory.id - // this.crud.query.isType = 2 + this.crud.query.isType = 2 }, [CRUD.HOOK.afterRefresh](crud) { crud.data.forEach(function(item, index) { diff --git a/src/views/system/fileLibraryManage/form.vue b/src/views/system/fileLibraryManage/form.vue index 95b179b..2b786af 100644 --- a/src/views/system/fileLibraryManage/form.vue +++ b/src/views/system/fileLibraryManage/form.vue @@ -83,7 +83,6 @@ export default { // 提交前的验证 [CRUD.HOOK.afterValidateCU](crud) { this.form.pid = this.selectedCategory.id - console.log(crud.form) return true } }