优化
This commit is contained in:
@@ -26,7 +26,7 @@ export function validateWeighing(data: any) {
|
||||
return http.post(`${BASE_URL}/validateWeighing`, data)
|
||||
}
|
||||
|
||||
/** @desc 校验称重信息 */
|
||||
/** @desc 校验物料是否一致 */
|
||||
export function vmSend(code: string) {
|
||||
return http.get<WeighManageResp>(`/vm/send?msg=${code}`)
|
||||
return http.post<string>(`/vm/send`, { msg: code })
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user