兴安优化-车场不重复添加设备
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user