fix: 撤销bug#11210修改

This commit is contained in:
XieYongHong 2023-07-11 11:11:29 +08:00
parent 87709f67bb
commit 86be3af92e
1 changed files with 7 additions and 7 deletions

View File

@ -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;
};