diff --git a/src/views/vehicle/carPark/index.vue b/src/views/vehicle/carPark/index.vue index 30111cc..0c7bd10 100644 --- a/src/views/vehicle/carPark/index.vue +++ b/src/views/vehicle/carPark/index.vue @@ -338,6 +338,13 @@ export default { this.reset(); this.open = true; this.title = "添加车场信息"; + getCarParkSelect(id).then(response => { + this.parentIds = response.data; + this.parentIds.push({ + id: 0, + name: "无", + }); + }); }, /** 修改按钮操作 */ handleUpdate(row) {