|
|
@@ -142,7 +142,7 @@
|
|
|
}
|
|
|
},
|
|
|
bindEnterprise: function () {
|
|
|
- this.$http.get('/basic/enterprise/applyUserSpace', {params: {phone: this.enInfo.contactTel, enName: this.enInfo.name, businessCode: this.enInfo.businessCode}})
|
|
|
+ this.$http.get('/basic/enterprise/applyUserSpace', {params: {phone: this.user.data.userTel, enName: this.enInfo.name, businessCode: this.enInfo.businessCode}})
|
|
|
.then(response => {
|
|
|
if (response.data.data === 'success') {
|
|
|
this.showRemindBox = true
|