|
@@ -253,7 +253,7 @@ export default {
|
|
|
ok: () => {
|
|
|
this.$store.dispatch("scene/applycustomMaskToAll", "earth");
|
|
|
this.$msg.success(this.$i18n.t("gather.edit_success"));
|
|
|
- setTimeout(() => (this.isApplySkyToAll = false), 1000);
|
|
|
+ setTimeout(() => (this.isApplyEarthToAll = false), 1000);
|
|
|
},
|
|
|
no: () => {
|
|
|
this.isApplyEarthToAll = false;
|