Merge branch 'master' of git.code.tencent.com:beijing-rtss-test/bj-rtss-client
This commit is contained in:
commit
788d6e7682
@ -159,6 +159,7 @@ function getEditData() {
|
||||
}
|
||||
);
|
||||
app.updateSelected(...select);
|
||||
app.makeGraphicCenterShow(...select);
|
||||
updateMap(ciCjList);
|
||||
}
|
||||
|
||||
|
@ -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);
|
||||
|
@ -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',
|
||||
|
@ -267,6 +267,7 @@ function toggleItem(index: number) {
|
||||
select.push(g);
|
||||
});
|
||||
drawApp.updateSelected(...select);
|
||||
drawApp.makeGraphicCenterShow(...select);
|
||||
} else {
|
||||
clickIndex = null;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user