修复 切换显示排列错误

This commit is contained in:
shefengchun 2023-02-24 14:33:10 +08:00
parent 2f645fa71c
commit d71124dfc4
1 changed files with 6 additions and 0 deletions

View File

@ -640,6 +640,12 @@ export default defineComponent({
message: 'Loading please wait'
})
$store.commit("setfusion_configuration", res?.config);
for (let index = 0; index < projectorlayout.length; index++) {
let arr = projectorlayout[index].label.split('x');
if(tmpp.col==Number(arr[0])&&tmpp.row==Number(arr[1])){
now_select_projectorlayout.value=index
}
}
let tmp = options.value
options.value = ""
$store.commit("setSelectedProjector", "0/0");