@@ -255,7 +255,7 @@
getEntrustInfo (EId) {
entrustApi.getEntrustInfo(EId, this.$axios).then(res => {
- this.EntrustCorp = res.data.CustomerId
+ this.EntrustCorp = res.data.CustomerName
this.getEntrustCorpItems(this.EntrustCorp)
}).catch(err => {
// handle error
@@ -318,7 +318,7 @@
@@ -314,7 +314,7 @@
@@ -311,7 +311,7 @@