Commit adb284fe authored by 罗超's avatar 罗超

2

parent 19634a58
...@@ -122,7 +122,7 @@ export default { ...@@ -122,7 +122,7 @@ export default {
message: "操作成功", message: "操作成功",
position: "top" position: "top"
}); });
this.$emit("success", this.roomObj.RoomName); this.$emit("success", {Name:this.roomObj.RoomName,Id:this.roomObj.RoomId});
this.roomObj="" this.roomObj=""
this.changeDig(false) this.changeDig(false)
......
...@@ -271,8 +271,8 @@ ...@@ -271,8 +271,8 @@
this.$emit("success"); this.$emit("success");
}, },
roomHandle(val) { roomHandle(val) {
this.$set(this.saveObj, "RoomName", val); this.$set(this.saveObj, "RoomName", val.Name);
this.$emit("success"); this.$emit("success",val);
}, },
isShowTag(arr, min) { isShowTag(arr, min) {
let n = 0; 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