From de553b5e55642fffdeb3186070ec71bb90f08306 Mon Sep 17 00:00:00 2001 From: zc Date: Wed, 17 Dec 2025 09:57:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B4=E5=AE=89=E4=BC=98=E5=8C=96-=E8=BD=A6?= =?UTF-8?q?=E5=9C=BA=E4=B8=8D=E9=87=8D=E5=A4=8D=E6=B7=BB=E5=8A=A0=E8=AE=BE?= =?UTF-8?q?=E5=A4=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/vehicle/carPark/index.vue | 7 +++++++ 1 file changed, 7 insertions(+) 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) {