lilei 1 year ago
parent
commit
79e91ce9e9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/api/waitDispatchDetail.js

+ 1 - 1
src/api/waitDispatchDetail.js

@@ -77,7 +77,7 @@ export const updateQty = (params) => {
     data: params,
     method: 'post',
     headers:{
-      'module': encodeURIComponent('修改数量')
+      'module': encodeURIComponent('修改本次下推数量')
     }
   })
 }