Commit bc5a308b by zhaochengxiang

模型使用supportBranching

parent 625f560b
......@@ -242,7 +242,7 @@ const Basic = React.forwardRef(function ({ type, items }, ref) {
callback: (data) => {
setLoading(false)
//只显示已上线的模型
setData((data??[]).filter(item => item.state?.id === '4' && !item.inherited))
setData((data??[]).filter(item => item.supportBranching))
},
error: () => {
setLoading(false)
......
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