修复切换投影机数据不同步

This commit is contained in:
shefengchun 2023-01-14 13:47:01 +08:00
parent 086df91486
commit e76fc75f48
1 changed files with 1 additions and 0 deletions

View File

@ -502,6 +502,7 @@ export default defineComponent({
setTimeout(() => {
ste_status.value = 0;
}, 100);
syncpoint();
},
{ deep: true }
);