Commit adb284fe authored by 罗超's avatar 罗超

2

parent 19634a58
......@@ -122,7 +122,7 @@ export default {
message: "操作成功",
position: "top"
});
this.$emit("success", this.roomObj.RoomName);
this.$emit("success", {Name:this.roomObj.RoomName,Id:this.roomObj.RoomId});
this.roomObj=""
this.changeDig(false)
......
......@@ -271,8 +271,8 @@
this.$emit("success");
},
roomHandle(val) {
this.$set(this.saveObj, "RoomName", val);
this.$emit("success");
this.$set(this.saveObj, "RoomName", val.Name);
this.$emit("success",val);
},
isShowTag(arr, min) {
let n = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment