userModel去掉上一版

This commit is contained in:
nimengmeng_1990
2019-11-25 16:52:55 +08:00
parent b3075052f1
commit d7f7abbccb
13 changed files with 50 additions and 49 deletions

View File

@@ -149,9 +149,9 @@ export default {
message: '加载中……' message: '加载中……'
}) })
let data = { let data = {
userModel: { //线上去掉 // userModel: { //线上去掉
mobile: '13000000000' // mobile: '13000000000'
}, // },
} }
agentAll(data).then(res => { agentAll(data).then(res => {
if (res.result == '0') { if (res.result == '0') {
@@ -293,9 +293,9 @@ export default {
}) })
let params = { let params = {
entryType: 'CUSTOMER_RELATION', entryType: 'CUSTOMER_RELATION',
userModel: { //线上去掉 // userModel: { //线上去掉
mobile: '13000000000' // mobile: '13000000000'
}, // },
ebizRelationDtoLst: {} ebizRelationDtoLst: {}
} }
params.ebizRelationDtoLst = that.userInfo params.ebizRelationDtoLst = that.userInfo

View File

@@ -93,10 +93,10 @@ export default {
getImpart() { getImpart() {
let that = this let that = this
let data = { let data = {
userModel: { // userModel: {
//线上去掉 // //线上去掉
mobile: '18888888888' // mobile: '18888888888'
} // }
} }
getImpart(data).then(res => { getImpart(data).then(res => {
res.map((item, index) => { res.map((item, index) => {
@@ -211,10 +211,10 @@ export default {
let params = { let params = {
entryType: 'CUSTOMER_ITEM', entryType: 'CUSTOMER_ITEM',
ebizItemDtoLst: {}, ebizItemDtoLst: {},
userModel: { // userModel: {
//线上去掉 // //线上去掉
mobile: '13000000000' // mobile: '13000000000'
} // }
} }
params.ebizItemDtoLst = that.impartDTOS params.ebizItemDtoLst = that.impartDTOS
saveOrUpdateInfo(params).then(res => { saveOrUpdateInfo(params).then(res => {

View File

@@ -166,9 +166,9 @@ export default {
message: '加载中……' message: '加载中……'
}) })
let data = { let data = {
userModel: { //线上去掉 // userModel: { //线上去掉
mobile: '13000000000' // mobile: '13000000000'
}, // },
} }
agentAll(data).then(res => { agentAll(data).then(res => {
if (res.result == '0') { if (res.result == '0') {
@@ -333,9 +333,9 @@ export default {
message: '加载中……' message: '加载中……'
}) })
let data = { let data = {
userModel: { //线上去掉 // userModel: { //线上去掉
mobile: '18888888888' // mobile: '18888888888'
}, // },
entryType: 'CUSTOMER_MEDIA', entryType: 'CUSTOMER_MEDIA',
ebizMediaDtoLst: that.list ebizMediaDtoLst: that.list
} }

View File

@@ -385,7 +385,7 @@ export default {
//获取推荐人信息 //获取推荐人信息
agentAll() { agentAll() {
let data = { let data = {
userModel: { mobile: 13000000000 } // userModel: { mobile: 13000000000 } //线上去掉
} }
agentAll(data).then(res => { agentAll(data).then(res => {
if (res.result == '0') { if (res.result == '0') {
@@ -481,7 +481,7 @@ export default {
} }
let data = { let data = {
entryType: 'CUSTOMER_BASE', entryType: 'CUSTOMER_BASE',
userModel: { mobile: 13000000000 }, //线上去掉 // userModel: { mobile: 13000000000 }, //线上去掉
ebizEnterCustomerDto: this.userInfo ebizEnterCustomerDto: this.userInfo
} }
saveOrUpdateInfo(data).then(res => { saveOrUpdateInfo(data).then(res => {

View File

@@ -127,7 +127,7 @@ export default {
message: '加载中……' message: '加载中……'
}) })
let data = { let data = {
userModel: { mobile: 13000000000 } //线上去掉 // userModel: { mobile: 13000000000 } //线上去掉
} }
agentAll(data).then(res => { agentAll(data).then(res => {
that.userInfo = res.content.ebizGuarantorDto that.userInfo = res.content.ebizGuarantorDto

View File

@@ -73,9 +73,9 @@ export default {
agreementQuery() { agreementQuery() {
let that = this let that = this
let data = { let data = {
userModel: { //线上去掉 // userModel: { //线上去掉
mobile: '13000000000' // mobile: '13000000000'
} // }
} }
agreementQuery(data).then(res => { agreementQuery(data).then(res => {
console.log(res) console.log(res)

View File

@@ -73,9 +73,9 @@ export default {
agreementQuery() { agreementQuery() {
let that = this let that = this
let data = { let data = {
userModel: { //线上去掉 // userModel: { //线上去掉
mobile: '13000000000' // mobile: '13000000000'
} // }
} }
agreementQuery(data).then(res => { agreementQuery(data).then(res => {
console.log(res) console.log(res)

View File

@@ -73,9 +73,9 @@ export default {
agreementQuery() { agreementQuery() {
let that = this let that = this
let data = { let data = {
userModel: { //线上去掉 // userModel: { //线上去掉
mobile: '13000000000' // mobile: '13000000000'
} // }
} }
agreementQuery(data).then(res => { agreementQuery(data).then(res => {
console.log(res) console.log(res)

View File

@@ -74,6 +74,7 @@ export default {
agreementQuery() { agreementQuery() {
let that = this let that = this
let data = { let data = {
} }
agreementQuery(data).then(res => { agreementQuery(data).then(res => {
console.log(res) console.log(res)

View File

@@ -73,9 +73,9 @@ export default {
agreementQuery() { agreementQuery() {
let that = this let that = this
let data = { let data = {
userModel: { //线上去掉 // userModel: { //线上去掉
mobile: '13000000000' // mobile: '13000000000'
} // }
} }
agreementQuery(data).then(res => { agreementQuery(data).then(res => {
console.log(res) console.log(res)
@@ -149,9 +149,9 @@ export default {
goNext() { goNext() {
let that = this let that = this
let data = { let data = {
userModel: { // userModel: {
mobile: '13000000000' // mobile: '13000000000'
}, // },
// baseEncryp: that.base64, // baseEncryp: that.base64,
baseEncryp: '123456', baseEncryp: '123456',
ebizAgreementDto: that.appntSign ebizAgreementDto: that.appntSign

View File

@@ -63,7 +63,7 @@ export default {
//获取签署协议人信息 //获取签署协议人信息
agreementQuery() { agreementQuery() {
let data = { let data = {
userModel: { mobile: 13000000000 }, //线上去掉 // userModel: { mobile: 13000000000 }, //线上去掉
} }
agreementQuery(data).then(res => { agreementQuery(data).then(res => {
console.log(res) console.log(res)

View File

@@ -73,9 +73,9 @@ export default {
agreementQuery() { agreementQuery() {
let that = this let that = this
let data = { let data = {
userModel: { //线上去掉 // userModel: { //线上去掉
mobile: '13000000000' // mobile: '13000000000'
} // }
} }
agreementQuery(data).then(res => { agreementQuery(data).then(res => {
console.log(res) console.log(res)
@@ -149,9 +149,9 @@ export default {
goNext() { goNext() {
let that = this let that = this
let data = { let data = {
userModel: { // userModel: { //线上去掉
mobile: '13000000000' // mobile: '13000000000'
}, // },
// baseEncryp: that.base64, // baseEncryp: that.base64,
baseEncryp: '123456', baseEncryp: '123456',
ebizAgreementDto: that.appntSign ebizAgreementDto: that.appntSign

View File

@@ -268,9 +268,9 @@ export default {
message: '是否确认提交?手机号与证件信息会作为您入司的重要信息,一旦提交无法再次修改!' message: '是否确认提交?手机号与证件信息会作为您入司的重要信息,一旦提交无法再次修改!'
}).then(() => { }).then(() => {
let data = { let data = {
userModel: { // userModel: { //线上去掉
mobile: '18978145583' // mobile: '18978145583'
}, // },
entryType: 'SHARE_ADD', entryType: 'SHARE_ADD',
ebizEnterCustomerDto: this.userInfo ebizEnterCustomerDto: this.userInfo
// ebizReferrerDto: this.recommender // ebizReferrerDto: this.recommender
@@ -279,7 +279,7 @@ export default {
agentInfowxSubmit(data) agentInfowxSubmit(data)
.then(res => { .then(res => {
// console.log(res) // console.log(res)
if (res.result == 1) { if (res.result == '0') {
this.$jump({ this.$jump({
flag: 'h5', flag: 'h5',
extra: { extra: {