From 8d7009e787aa4826ba8fb5e25dc261f5b41dd55e Mon Sep 17 00:00:00 2001 From: danshihao Date: Wed, 21 Aug 2024 09:05:28 +0800 Subject: [PATCH] =?UTF-8?q?[update=2089155]=20=E6=8B=86=E5=88=86=E6=89=B9?= =?UTF-8?q?=E9=87=8F=E7=BC=96=E8=BE=91=E6=9B=B4=E6=8D=A2=E6=B6=89=E5=8F=8A?= =?UTF-8?q?=E7=B3=BB=E7=BB=9F/=E9=83=A8=E4=BB=B6=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/SplitDetailBatchEditDrawer.vue | 39 ++++++++++++------- 1 file changed, 26 insertions(+), 13 deletions(-) diff --git a/src/views/documentTool/documentSplit/modules/SplitDetailBatchEditDrawer.vue b/src/views/documentTool/documentSplit/modules/SplitDetailBatchEditDrawer.vue index 18b79ed..8413b8a 100644 --- a/src/views/documentTool/documentSplit/modules/SplitDetailBatchEditDrawer.vue +++ b/src/views/documentTool/documentSplit/modules/SplitDetailBatchEditDrawer.vue @@ -146,18 +146,26 @@ :label-in-value="false" :placeholder="$t('pleaseSelect')+item.dbFieldTxt + getPlaceholderSuffix(item)" /> - + + + + + + + + + + + + + @@ -187,13 +195,15 @@ import { getFormDictTreeList } from '../../../../api/api' import { getAction } from '../../../../api/manage' import STreeSelect from '../../../../components/STreeSelect' import TreeSelection from '../../../../components/selection/TreeSelection' +import TreeDataSelection from '@comp/selection/TreeDataSelection' export default { name: 'SplitDetailBatchEditDrawer', - components: { TreeSelection, UserSelection, StandardSelection, UploadFile, JMultipleDatePicker, STreeSelect }, + components: { TreeDataSelection, TreeSelection, UserSelection, StandardSelection, UploadFile, JMultipleDatePicker, STreeSelect }, data () { return { FieldType, + defaultValue: {}, title: this.$t('docTool.split.batchEdit'), visible: false, confirmLoading: false, @@ -458,6 +468,9 @@ export default { } return null }, + treeDataSelectNameChange (value, fieldName) { + this.formInline[fieldName + '_dictText'] = value + }, /** * 如果字段中的usableRange只有一个值,那么就需要在placeholder中标识 * @param field