修复 切换显示排列错误
This commit is contained in:
parent
2f645fa71c
commit
d71124dfc4
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue