Browse Source

批量废除接口更改

duy 2 years ago
parent
commit
4e5673eac0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/api/modules/tentative/detect/test.js

+ 1 - 1
src/api/modules/tentative/detect/test.js

@@ -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);