|
|
@@ -243,7 +243,7 @@ export default {
|
|
|
if (!this.reNameItem.sceneTitle.trim()) {
|
|
|
return this.$alert({ content: "请输入名字" });
|
|
|
}
|
|
|
- this.$tips({ content: "重命名成功", icon: "ok" });
|
|
|
+ this.$msg.success("重命名成功")
|
|
|
this.$store.commit("SetInfo", this.info);
|
|
|
this.showRename = false;
|
|
|
},
|
|
|
@@ -293,7 +293,7 @@ export default {
|
|
|
|
|
|
this.$bus.emit('scenesChange')
|
|
|
this.$store.commit("SetInfo", this.info);
|
|
|
- this.$tips({ content: "操作成功", icon: "ok" });
|
|
|
+ this.$msg.success("操作成功")
|
|
|
this.showAddGroup = false;
|
|
|
|
|
|
if (this.currentTabAtri.oper != "edit") {
|