From 9e9c196469bcbfd387c97c848ef9b1c3df0a8199 Mon Sep 17 00:00:00 2001 From: 田源 <lastanimals@163.com> Date: 星期二, 14 十一月 2023 11:43:32 +0800 Subject: [PATCH] 主数据时间控件默认精确秒 --- Source/UBCS-WEB/src/components/FormTemplate/index.vue | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/Source/UBCS-WEB/src/components/FormTemplate/index.vue b/Source/UBCS-WEB/src/components/FormTemplate/index.vue index 858400a..d129e12 100644 --- a/Source/UBCS-WEB/src/components/FormTemplate/index.vue +++ b/Source/UBCS-WEB/src/components/FormTemplate/index.vue @@ -226,6 +226,13 @@ }, }, }, + watch:{ + codeApplyForm:{ + handler(newval,oldval){ + // console.log('newval',newval) + } + } + }, methods: { openDialog() { this.getFormTemplate(); @@ -325,6 +332,7 @@ this.$refs.CodeApply.form[item.name] = undefined; item.readOnly=false; item.referConfig.extraParams.parentClassifyValueOid=data.value; + item.referConfig.reloadData = true; childItems.push(item) } return item; @@ -355,7 +363,7 @@ // } // } let resembleQueryList = []; - if (this.$refs.resembleQueryRef) { + if (this.showResembleQuery && this.$refs.resembleQueryRef) { // 杩涜鐩镐技椤规煡璇� resembleQueryList = await this.$refs.resembleQueryRef.resembleQuery( this.form -- Gitblit v1.9.3