删除重复接口

This commit is contained in:
binbin_pan 2024-04-30 15:59:35 +08:00
parent 62a7113b70
commit 18168f0c46
1 changed files with 0 additions and 9 deletions

View File

@ -120,13 +120,4 @@ export default {
) )
}, },
// 根据名称获取大宗原材料柱状图数据
screenSaleMaterial: params => {
return API.GET(
URL_PREFIXRightUrl.concat(
'gywlw/screenSaleMaterial/data'
),
params
)
},
} }