mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 06:16:44 +08:00
开门红业绩查询,驾驶管理仓页面中机构名称去掉前端处理了名称
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user