Commit bad86e00 by zhaochengxiang

模型字段高亮

parent 71fb845e
......@@ -531,7 +531,7 @@ const ImportActionTable = (props) => {
setFilterPageCondition({...filterPageCondition, filterData: _filterData});
//eslint-disable-next-line react-hooks/exhaustive-deps
}, [modelerData])
}, [modelerData, terms])
useEffect(() => {
if (needFilter) {
......
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