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