|
@@ -234,6 +234,8 @@ export default {
|
|
|
content: this.$i18n.t("mask.is_apply_to_all_pano"),
|
|
|
ok: () => {
|
|
|
this.$store.dispatch("scene/applycustomMaskToAll", "sky");
|
|
|
+ this.$msg.success(this.$i18n.t("gather.edit_success"));
|
|
|
+ setTimeout(() => (this.isApplySkyToAll = false), 1000);
|
|
|
},
|
|
|
no: () => {
|
|
|
this.isApplySkyToAll = false;
|
|
@@ -250,6 +252,8 @@ export default {
|
|
|
content: this.$i18n.t("mask.is_apply_to_all_pano"),
|
|
|
ok: () => {
|
|
|
this.$store.dispatch("scene/applycustomMaskToAll", "earth");
|
|
|
+ this.$msg.success(this.$i18n.t("gather.edit_success"));
|
|
|
+ setTimeout(() => (this.isApplySkyToAll = false), 1000);
|
|
|
},
|
|
|
no: () => {
|
|
|
this.isApplyEarthToAll = false;
|