耗材接口修改

This commit is contained in:
duan
2024-10-17 09:05:45 +08:00
parent 02bef5d1ca
commit f0a88d3ad0
2 changed files with 11 additions and 11 deletions

View File

@@ -259,7 +259,7 @@ export function tbPlussShopStaff(data) {
// 耗材列表
export function viewConInfoFlowget(data) {
return request({
url: `/api/viewConInfoFlow/get`,
url: `/api/tbConsInfo/allAndPro`,
method: 'post',
data
});