Commit e22431f5 by zhaochengxiang

bug fix

parent 98157e6f
...@@ -291,9 +291,16 @@ export function TagSelectPopup({ visible, type, items, onCancel, onChange }) { ...@@ -291,9 +291,16 @@ export function TagSelectPopup({ visible, type, items, onCancel, onChange }) {
> >
<Spin spinning={waiting} > <Spin spinning={waiting} >
{ {
showDataQuality ? <DataQuality type={DataQualityFeighTagSelect} onChange={(val) => { showDataQuality ? <DataQuality
type={DataQualityFeighTagSelect}
data={{
type,
items
}}
onChange={(val) => {
setSelectedRows(val) setSelectedRows(val)
}} /> : null }}
/> : null
} }
</Spin> </Spin>
</Modal> </Modal>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment