zhongtianhaoyuan 3 years ago
parent
commit
efa92f6063
1 changed files with 3 additions and 1 deletions
  1. 3 1
      pages/release/release.vue

+ 3 - 1
pages/release/release.vue

@@ -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 => {
 					});