wangdy vor 8 Jahren
Ursprung
Commit
57109c9a4c
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      components/personalMaterial/PersonalMaterial.vue

+ 1 - 1
components/personalMaterial/PersonalMaterial.vue

@@ -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