修复获取不到数据的错误

This commit is contained in:
shefengchun 2023-02-22 15:01:19 +08:00
parent 98975d4cd5
commit 899fdc5e66
1 changed files with 4 additions and 4 deletions

View File

@ -44,7 +44,7 @@
<div class="col-12" style="text-align: center">
{{
$t("Enable projection mode")
$t("Whether to enable integration")
}}<q-checkbox v-model="EnableBlending" />
</div>
<div class="col-3 q-px-md"> <q-select class="q-pt-md " :label="$t('change resolution')"
@ -508,10 +508,10 @@ export default defineComponent({
});
get_scenes()
set?.SetBlendingOption("blending_grids_select_ui", "blending")
}, 100);
// setTimeout(() => {
optionsstr.value = "FusionLocale";
}, 1000);
// setTimeout(() => {
// }, 1000);
});
const save_cover_name = ref("")