开门红业绩查询,驾驶管理仓页面中机构名称去掉前端处理了名称

This commit is contained in:
li.yuetong
2022-11-28 11:47:36 +08:00
parent 9893d6295b
commit b23f81199e

View File

@@ -108,13 +108,13 @@ export default {
return item return item
}) })
this.values = data this.values = data
for (let org of this.values) { // for (let org of this.values) {
for (let shortName of orgShortNames) { // for (let shortName of orgShortNames) {
if (org.code === shortName.code) { // if (org.code === shortName.code) {
org.name = shortName.name // org.name = shortName.name
} // }
} // }
} // }
this.calculateTotal() this.calculateTotal()
}, },
calculateTotal() { calculateTotal() {