king
2021-04-15 772308eba58d2209e7cc108dc5567ef4ca7ee3b2
src/views/mobdesign/index.jsx
@@ -1302,6 +1302,8 @@
          }
        } else if (item.type === 'dashboard' && !item.plot.valueField) {
          error = `组件《${item.name}》显示值尚未设置!`
        } else if (item.type === 'scatter' && (!item.plot.Xaxis || !item.plot.Yaxis || !item.plot.gender)) {
          error = `组件《${item.name}》坐标轴尚未设置!`
        }
      })
    }