Commit 21b0f918 by zhaochengxiang

nothing

parent bc5a308b
......@@ -241,7 +241,6 @@ const Basic = React.forwardRef(function ({ type, items }, ref) {
},
callback: (data) => {
setLoading(false)
//只显示已上线的模型
setData((data??[]).filter(item => item.supportBranching))
},
error: () => {
......
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