耗材列表增加编辑功能

This commit is contained in:
gyq
2024-07-09 14:55:58 +08:00
parent 2ae72a8ae6
commit 1f06dffae3
2 changed files with 376 additions and 194 deletions

View File

@@ -63,7 +63,7 @@ export function posttbConsInfostockIn(data) {
export function postapitbConsInfo(data) {
return request({
url: '/api/tbConsInfo',
method: "post",
method: "put",
data
});
}