This commit is contained in:
chenjianan
2019-04-10 12:48:25 +08:00
parent 3a213c636a
commit 04ddcfff4c
2 changed files with 21 additions and 10 deletions

View File

@@ -195,8 +195,8 @@ export function SelectMarketingManager(code) {
method: 'post',
data: {
type: '1',
name: '客户关系管理系统_按地区查询_营销经理',
param: '省份流水号=' + code
name: '客户关系管理系统_按姓名查询_营销经理',
param: '姓名=' + code
}
})
}