mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 04:06:44 +08:00
开门红业绩查询,驾驶管理仓页面中机构名称去掉前端处理了名称
This commit is contained in:
@@ -108,13 +108,13 @@ export default {
|
||||
return item
|
||||
})
|
||||
this.values = data
|
||||
for (let org of this.values) {
|
||||
for (let shortName of orgShortNames) {
|
||||
if (org.code === shortName.code) {
|
||||
org.name = shortName.name
|
||||
}
|
||||
}
|
||||
}
|
||||
// for (let org of this.values) {
|
||||
// for (let shortName of orgShortNames) {
|
||||
// if (org.code === shortName.code) {
|
||||
// org.name = shortName.name
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
this.calculateTotal()
|
||||
},
|
||||
calculateTotal() {
|
||||
|
||||
Reference in New Issue
Block a user