兴安优化-车场不重复添加设备

This commit is contained in:
zc
2025-12-17 09:57:02 +08:00
parent 851adeccd2
commit de553b5e55

View File

@@ -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) {