src/tabviews/custom/components/chart/antv-X6/nodeupdate/index.jsx
@@ -463,7 +463,7 @@ fields.push( <Col span={24} key={index}> <Form.Item label={item.label}> <ColorSketch defaultValue={item.initval} onChange={(value) => this.change(value, item.field)}/> <ColorSketch config={{initval: item.initval}} onChange={(value) => this.change(value, item.field)}/> </Form.Item> </Col> )