lilei пре 1 година
родитељ
комит
8947df9b94
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/api/salesReturn.js

+ 1 - 1
src/api/salesReturn.js

@@ -136,7 +136,7 @@ export const salesReturnList = (params,type) => {
     data: params,
     method: 'post',
     headers:{
-      'module': encodeURIComponent(type==1?'选择关联单据':'列表查询')
+      'module': encodeURIComponent(type==1?'选择退货单':'列表查询')
     }
   })
 }