diff --git a/src/views/system/tags/modules/TagContentDictItemModal.vue b/src/views/system/tags/modules/TagContentDictItemModal.vue index c9f18201..53e427d6 100644 --- a/src/views/system/tags/modules/TagContentDictItemModal.vue +++ b/src/views/system/tags/modules/TagContentDictItemModal.vue @@ -44,6 +44,7 @@ allowClear showSearch tree-node-filter-prop="title" + :disabled="model.id" > @@ -240,7 +241,8 @@ export default { } getDictTreeList(params).then(res => { if (res.success) { - this.parentDataPid = res.result || [] + // todo 不知道为啥发生了改变 + this.parentDataPid = res.result.records || [] } }) }