From ded8d1fa55a11be6e5fd4226cadc1fd4bc250d68 Mon Sep 17 00:00:00 2001 From: ludc Date: 星期二, 20 六月 2023 20:44:48 +0800 Subject: [PATCH] MdmEngineServiceImpl修改 --- 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