From b68fe6af98e37409010e16c93f312d825f6276a3 Mon Sep 17 00:00:00 2001 From: wangting <675591594@qq.com> Date: 星期三, 21 六月 2023 15:34:52 +0800 Subject: [PATCH] 附件列表上传、修改 --- Source/UBCS-WEB/src/components/Crud/VciMasterCrud.vue | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/Source/UBCS-WEB/src/components/Crud/VciMasterCrud.vue b/Source/UBCS-WEB/src/components/Crud/VciMasterCrud.vue index f8ab6cd..ba64b83 100644 --- a/Source/UBCS-WEB/src/components/Crud/VciMasterCrud.vue +++ b/Source/UBCS-WEB/src/components/Crud/VciMasterCrud.vue @@ -223,6 +223,11 @@ this.doLayout() }, watch: { + tableHeadDataFateher:{ + handler(newval,oldval){ + this.options=newval.tableDefineVO.seniorQueryColumns + } + }, codeClassifyOid: { handler(newval, oldval) { this.codeClassifyOid = newval; @@ -405,7 +410,8 @@ }, //楂樼骇鏌ヨ鎸夐挳 findHandler(){ - this.findvisible=true + this.findvisible=true; + console.log(this.options) }, // 楂樼骇鏌ヨ echoContion(val) { -- Gitblit v1.9.3