|
@@ -435,7 +435,6 @@
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
- this.columns[0].push("个人货主")
|
|
|
if (_dlhz.length > 0) {
|
|
|
for (let i = 0; i < _dlhz.length; i++) {
|
|
|
if (_dlhz[i].status == '已认证') {
|
|
@@ -443,10 +442,13 @@
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+ this.columns = [[]]
|
|
|
+ this.columns[0].push("个人货主")
|
|
|
for (let i = 0; i < this.qyList.length; i++) {
|
|
|
this.columns[0].push(this.qyList[i].company ? this.qyList[i].company : this.qyList[i]
|
|
|
.companyName)
|
|
|
}
|
|
|
+ this.$forceUpdate()
|
|
|
})
|
|
|
.catch(res => {
|
|
|
});
|