Commit c8eb54f9 authored by ztf's avatar ztf

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

parent 6545fded
...@@ -267,6 +267,7 @@ export default { ...@@ -267,6 +267,7 @@ export default {
'title': '容器', 'title': '容器',
'key': 'dxContextId', 'key': 'dxContextId',
'width': 1, 'width': 1,
'hidden': !this.searchAttr.includes('dxContextId'),
'component': { 'component': {
fixedItem: true, fixedItem: true,
defaultItem: true, defaultItem: true,
......
...@@ -133,7 +133,7 @@ export default { ...@@ -133,7 +133,7 @@ export default {
operator: 'NO_CHANGE' operator: 'NO_CHANGE'
} }
post('Informing/recursion', params).then((res) => { post('ExtInforming/recursion', params).then((res) => {
// this.$emit('completeEven') // this.$emit('completeEven')
this.dialogVisible = false this.dialogVisible = false
}) })
......
...@@ -3,7 +3,6 @@ ...@@ -3,7 +3,6 @@
<div v-show="editState||value"><span>{{ value }}</span> <div v-show="editState||value"><span>{{ value }}</span>
<el-button type="text" @click="showDialogFlag=true">{{ editState?'设置':'查看' }}</el-button> <el-button type="text" @click="showDialogFlag=true">{{ editState?'设置':'查看' }}</el-button>
</div> </div>
<dee-dialog <dee-dialog
:dialog-visible="showDialogFlag" :dialog-visible="showDialogFlag"
:title="editState?'外单位选择':'外单位查看'" :title="editState?'外单位选择':'外单位查看'"
...@@ -133,7 +132,7 @@ export default { ...@@ -133,7 +132,7 @@ export default {
key: r.dictKey, key: r.dictKey,
parentKey: r.parentKey, parentKey: r.parentKey,
disabled: !this.editState, 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