增加辅助线和服务端数据同步

This commit is contained in:
shefengchun 2023-02-10 09:38:20 +08:00
parent 15088f9d5e
commit e37999a924
1 changed files with 2 additions and 0 deletions

View File

@ -371,6 +371,8 @@ export default defineComponent({
array[arr[index]].isshow = config.params[index].enable;
array[arr[index]].value = Number(config.params[index].size);
}
let tmp = JSON.parse($store.state.fusion_configuration).options;
auxiliary_line.value=tmp.blending_grids_assistant_lines=="1"
if (sessionStorage.FusionLocale) set_cache.value = JSON.parse(sessionStorage.FusionLocale);
use_set_cache();
setnowindex();