|
@@ -44,7 +44,7 @@ export default {
|
|
|
//自检记录pdf批量废除
|
|
|
async batchAbolish(form, msg = true) {
|
|
|
return httpApi({
|
|
|
- url: '/api/blade-business/informationWriteQuery/batchAbolish',
|
|
|
+ url: '/api/blade-business/informationWriteQuery/batchAbolish',
|
|
|
method: 'post',
|
|
|
params: form
|
|
|
}, msg);
|