Commit 655d188d2443abe7fd2658ff7df228ba508bcdb1

Authored by 2c
1 parent f1758afe

处理场所bug修复

trash-ui/src/views/unit/carInfo/index.vue
@@ -231,7 +231,7 @@ export default { @@ -231,7 +231,7 @@ export default {
231 /** 修改按钮操作 */ 231 /** 修改按钮操作 */
232 handleUpdate(row) { 232 handleUpdate(row) {
233 const id = row.id || this.ids 233 const id = row.id || this.ids
234 - this.$tab.openPage("修改运输企业","/carInfo/infoEdit",{carInfoId: id,carInfoRefresh:0}); 234 + this.$tab.openPage("修改车辆信息","/carInfo/infoEdit",{carInfoId: id,carInfoRefresh:0});
235 }, 235 },
236 /** 提交按钮 */ 236 /** 提交按钮 */
237 submitForm() { 237 submitForm() {