CN-153 fix: 修复二级下拉列表加载过程中显示no data字样的问题
This commit is contained in:
@@ -611,7 +611,6 @@ export default {
|
||||
this.singleValue.icon = chartParams.icon
|
||||
const gotData = new Promise(resolve => {
|
||||
if (chartParams.dataKey) {
|
||||
console.info(this.parentData, chartParams)
|
||||
if (this.parentData && this.parentData[chartParams.dataKey]) {
|
||||
this.singleValue.value = this.parentData[chartParams.dataKey]
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user