pages/map/infos/scene-create.vue
@@ -57,6 +57,8 @@ showToast, showModal, session, showError, showInfo } from "@/comm/utils.js" import { Button @@ -139,7 +141,7 @@ } catch (ex) { this.showError(ex) showError(ex) } }, async loadMapLaserData() { @@ -147,7 +149,7 @@ const info = await getMapLaserData(this.ip) return info } catch (ex) { this.showError(ex) showError(ex) return {} } }, @@ -177,7 +179,7 @@ await createScene(this.ip, name, 1) this.$emit('update:opSceneType', "scan"); } catch (ex) { this.showError(ex) showError(ex) } },