fix: 撤销bug#11210修改
This commit is contained in:
parent
87709f67bb
commit
86be3af92e
|
@ -297,13 +297,13 @@ const closeBindDevice = (val: boolean) => {
|
|||
}
|
||||
};
|
||||
|
||||
const getChildren = async () => {
|
||||
const { id} = instanceStore.detail
|
||||
const data = await queryByParent(id)
|
||||
if (data.success) {
|
||||
parentIds.value.concat(data.result)
|
||||
}
|
||||
}
|
||||
// const getChildren = async () => {
|
||||
// const { id} = instanceStore.detail
|
||||
// const data = await queryByParent(id)
|
||||
// if (data.success) {
|
||||
// parentIds.value.concat(data.result)
|
||||
// }
|
||||
// }
|
||||
const closeChildSave = () => {
|
||||
childVisible.value = false;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue