Commit c8eb54f9 authored by ztf's avatar ztf

外单位选择或查看组件修改

parent 6545fded
......@@ -267,6 +267,7 @@ export default {
'title': '容器',
'key': 'dxContextId',
'width': 1,
'hidden': !this.searchAttr.includes('dxContextId'),
'component': {
fixedItem: true,
defaultItem: true,
......
......@@ -133,7 +133,7 @@ export default {
operator: 'NO_CHANGE'
}
post('Informing/recursion', params).then((res) => {
post('ExtInforming/recursion', params).then((res) => {
// this.$emit('completeEven')
this.dialogVisible = false
})
......
......@@ -3,7 +3,6 @@
<div v-show="editState||value"><span>{{ value }}</span>
<el-button type="text" @click="showDialogFlag=true">{{ editState?'设置':'查看' }}</el-button>
</div>
<dee-dialog
:dialog-visible="showDialogFlag"
:title="editState?'外单位选择':'外单位查看'"
......@@ -133,7 +132,7 @@ export default {
key: r.dictKey,
parentKey: r.parentKey,
disabled: !this.editState,
checked: checked.includes(r.dictKey)
checked: checked.includes(r.dictValue)
}
})
// 分类
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment