Commit 5fe26dd6 by zhaochengxiang

bug fix

parent bf480497
......@@ -105,10 +105,10 @@ class Model extends React.Component {
canDelete = false;
}
});
}
if (tableData[index].state?.id !== '4') {
canBatchAddTag = false;
}
if ((id??'').indexOf('-4') === -1) {
canBatchAddTag = false;
}
});
......@@ -782,6 +782,7 @@ class Model extends React.Component {
<TagSelectPopup
{...this.state.tagSelectPopupParams}
type='model'
onCancel={() => {
this.setState({
tagSelectPopupParams: {
......
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