Commit 317e4168 by zhaochengxiang

资产关联标准屏蔽业务术语

parent 45ecbbe4
...@@ -88,7 +88,7 @@ const FC = (props) => { ...@@ -88,7 +88,7 @@ const FC = (props) => {
}, },
callback: data => { callback: data => {
setLoadingTree(false); setLoadingTree(false);
const filterData = data?.filter(item => item.name !== '草稿'); const filterData = data?.filter(item => item.name!=='草稿' && item.name!=='业务术语');
if (filterData && filterData.length > 0) { if (filterData && filterData.length > 0) {
if (filterData[0].cnName === '指标标准') { if (filterData[0].cnName === '指标标准') {
......
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