Browse Source

fix: 配置仓租费

zh 2 years ago
parent
commit
b2b0c20e53
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/api/common.js

+ 1 - 1
src/api/common.js

@@ -146,6 +146,6 @@ export function updateStockCostDict(params) {
   return request({
     url: '/stock/cost/update',
     method: 'post',
-    data: params
+    params
   })
 }