Commit 86baa9da authored by youjie's avatar youjie

no message

parent fb40a93a
...@@ -620,7 +620,6 @@ export default { ...@@ -620,7 +620,6 @@ export default {
"b2b_get_GetCustomerCreateByList", "b2b_get_GetCustomerCreateByList",
{ {
CustomerId: this.b2bUser.customerId, CustomerId: this.b2bUser.customerId,
IsRenewalContract: this.IsRenewalContract,
}, },
(res) => { (res) => {
if (res.resultCode == 1) { if (res.resultCode == 1) {
...@@ -649,7 +648,8 @@ export default { ...@@ -649,7 +648,8 @@ export default {
mask: true mask: true
}) })
this.apipost('app_customer_GetAuthenticationDetails',{ this.apipost('app_customer_GetAuthenticationDetails',{
CustomerInfoChildrenId: this.b2bUser.customerInfoChildrenId CustomerInfoChildrenId: this.b2bUser.customerInfoChildrenId,
IsRenewalContract: this.IsRenewalContract,
}, },
res=>{ res=>{
if (res.resultCode == 1) { if (res.resultCode == 1) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment