This commit is contained in:
‘937886381’
2025-11-18 17:00:40 +08:00
parent d8acff21e3
commit 33c00785df
13 changed files with 2120 additions and 66 deletions

View File

@@ -2,8 +2,8 @@ import request from '@/utils/request'
export function getLineEdgeLibraryList(data) {
return request({
url: '/wms/line-edge-library/page',
method: 'post',
url: '/wms/line-edge-library/list',
method: 'get',
params: data,
});
}