|
@@ -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 })
|
|
|
}
|
|
|
|
|
|
//设备清单-查询设备内容
|