Commit f30055b6 authored by wuting's avatar wuting

fix: 采购需求单商城显示

parent 3ac2010a
......@@ -147,7 +147,7 @@ const DemandDetailed = () => {
}
const fetchDataSource = async () => {
let shopList = GlobalConfig.web.shopInfo.filter(v => v.type == 6).map(
let shopList = GlobalConfig.web.shopInfo.map(
v => v
)
const params = {
......
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