src/views/pcdesign/index.jsx
@@ -1350,6 +1350,8 @@ error = `组件《${item.name}》显示值尚未设置!` } else if (item.type === 'scatter' && (!item.plot.Xaxis || !item.plot.Yaxis || !item.plot.gender)) { error = `组件《${item.name}》坐标轴尚未设置!` } else if (item.type === 'tree' && (!item.wrap.valueField || !item.wrap.labelField || !item.wrap.parentField)) { error = `组件《${item.name}》基本信息尚未设置!` } }) }