fix: 修复entity下拉详情不查询的问题

This commit is contained in:
chenjinsong
2022-01-12 16:27:06 +08:00
parent c8ec6372cb
commit 5b75577c06

View File

@@ -210,7 +210,7 @@ export default {
if (this.listMode === 'list') {
this.entityData = _.cloneDeep(this.entity)
this.chartOption = _.cloneDeep(entityListLineOption)
// setTimeout(() => { this.queryEntityDetail() })
setTimeout(() => { this.queryEntityDetail() })
}
}
}