Commit e22431f5 by zhaochengxiang

bug fix

parent 98157e6f
......@@ -291,9 +291,16 @@ export function TagSelectPopup({ visible, type, items, onCancel, onChange }) {
>
<Spin spinning={waiting} >
{
showDataQuality ? <DataQuality type={DataQualityFeighTagSelect} onChange={(val) => {
showDataQuality ? <DataQuality
type={DataQualityFeighTagSelect}
data={{
type,
items
}}
onChange={(val) => {
setSelectedRows(val)
}} /> : null
}}
/> : null
}
</Spin>
</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