Browse Source

修改扫楼bug

zhangyu 5 years ago
parent
commit
80b92da1a4
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/api/scan/request.js

+ 2 - 1
src/api/scan/request.js

@@ -818,7 +818,8 @@ export function getProductList(param, success) {
 
 //完全匹配的厂商信息
 export function getBasicMatch(param) {
-    return fetch({ method: 'POST', url: `${venders}/basic/autoFillId`, param })
+    let data = param
+    return fetch({ method: 'POST', url: `${venders}/basic/autoFillId`, data })
 }
 
 //设备清单-查询设备内容