维修合格

This commit is contained in:
jjLv 2024-11-25 10:48:52 +08:00
parent d43507f7f0
commit 7f885d25c4
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ export function sendList(data) {
//维修合格 //维修合格
export function auditPass(data) { export function auditPass(data) {
return request({ return request({
url: '/material/repair/completeRepair', url: '/material/repair/batchQualified',
method: 'post', method: 'post',
data: data, data: data,