商品修改 耗材修改

This commit is contained in:
魏啾
2024-10-17 11:31:04 +08:00
parent 0c289d21a4
commit 904c6be6ba
4 changed files with 65 additions and 77 deletions

View File

@@ -39,13 +39,8 @@ export function puttbConsType(data) {
* @returns
*/
export function gettbConsInfo(data) {
// return request({
// url: '/api/tbConsInfo',
// method: "get",
// params
// });
return request({
url: "/api/viewConInfoFlow/get",
url: "/api/tbConsInfo/allAndPro",
method: "post",
data
});