Merge remote-tracking branch 'amis/master'

This commit is contained in:
RickCole21 2020-03-10 17:01:49 +08:00
commit aea7aeccee
2 changed files with 2 additions and 1 deletions

View File

@ -101,6 +101,7 @@ export class Chart extends React.Component<ChartProps> {
[
'echarts',
'echarts/extension/dataTool',
'echarts/extension/bmap/bmap',
'echarts/map/js/china',
'echarts/map/js/world'
],

View File

@ -515,7 +515,7 @@ export default class FormControl extends React.PureComponent<
render() {
const {
render,
control: {pipeIn, pipeOut, ...control},
control: {pipeIn, pipeOut, onChange, ...control},
formMode,
controlWidth,
type,