fix: socket连接代码优化,耗材增加具体统计弹窗

This commit is contained in:
2025-03-14 10:25:49 +08:00
parent 7e9a9d1767
commit 814ca603d7
9 changed files with 413 additions and 142 deletions

View File

@@ -44,6 +44,14 @@ const Api = {
data
});
},
//耗材库存变动记录
flow(params: any) {
return request<any>({
url: `${baseURL}/flow`,
method: "get",
params
});
},
};