Merge branch 'master' of git.code.tencent.com:beijing-rtss-test/bj-rtss-client

This commit is contained in:
Yuan 2023-11-02 14:09:57 +08:00
commit 788d6e7682
4 changed files with 4 additions and 0 deletions

View File

@ -159,6 +159,7 @@ function getEditData() {
}
);
app.updateSelected(...select);
app.makeGraphicCenterShow(...select);
updateMap(ciCjList);
}

View File

@ -134,6 +134,7 @@ function getEditData() {
collectionConfig.value.refRelaysCode.push(g.datas.code);
});
app.updateSelected(...select);
app.makeGraphicCenterShow(...select);
}
const myForm = ref<QForm | null>(null);

View File

@ -169,6 +169,7 @@ async function editRelateRelays(row: CombinationTypeListItem) {
combinationTypeConfig.value.refRelaysCode.push(g.datas.code);
});
drawApp.updateSelected(...select);
drawApp.makeGraphicCenterShow(...select);
} catch (err) {
$q.notify({
type: 'negative',

View File

@ -267,6 +267,7 @@ function toggleItem(index: number) {
select.push(g);
});
drawApp.updateSelected(...select);
drawApp.makeGraphicCenterShow(...select);
} else {
clickIndex = null;
}