From 4e5223ed1c6db17c39e82158354d593957bc3c3e Mon Sep 17 00:00:00 2001 From: wangting <675591594@qq.com> Date: 星期五, 04 八月 2023 12:08:24 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- Source/UBCS-WEB/src/components/Theme/ThemeAttrCrud.vue | 15 ++++++++++++++- 1 files changed, 14 insertions(+), 1 deletions(-) diff --git a/Source/UBCS-WEB/src/components/Theme/ThemeAttrCrud.vue b/Source/UBCS-WEB/src/components/Theme/ThemeAttrCrud.vue index b18084c..b2f8267 100644 --- a/Source/UBCS-WEB/src/components/Theme/ThemeAttrCrud.vue +++ b/Source/UBCS-WEB/src/components/Theme/ThemeAttrCrud.vue @@ -388,8 +388,14 @@ } } }, + crudArrayFlag:{ + handler(newval,olaval){ + console.log('crudArrayFlag',newval) + } + }, crudArray:{ handler(newval,oldval){ + console.log('crudArray',newval) if(newval != undefined){ if(newval.length>=1){ this.crudArrayFlag=true @@ -1701,22 +1707,29 @@ if(item.componentRule){ //缁勫悎瑙勫垯 num++ + console.log('componentRule',num) } if(item.enumString || item.enumId){ //鏋氫妇 num++ + console.log('enumString',num) } if(item.referConfig || item.referBtmId){ //鍙傜収 num++ + console.log('referConfig',num) } if(item.codeDateFormat){ //鏃堕棿鏍煎紡 num++ + console.log('codeDateFormat',num) } - if(item.classifyInvokeLevel){ + //濡傛灉绌哄悗鍙拌繑鍥瀗one + if(item.classifyInvokeLevel && item.classifyInvokeLevel != 'none'){ //鍒嗙被娉ㄥ叆 num++ + console.log('classifyInvokeLevel',num) + console.log(item.classifyInvokeLevel) } if(num>1 && ischeck){ this.$message({ -- Gitblit v1.9.3