From 84d9aecec3762d566b877c0b2641b4d12e5c629c Mon Sep 17 00:00:00 2001 From: ludc Date: 星期二, 20 六月 2023 21:33:44 +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