提交 96498ff3 编写于 作者: kai.wang's avatar kai.wang

合并代码

...@@ -110,9 +110,13 @@ ...@@ -110,9 +110,13 @@
vm.POST("circle/circle/save", req).then(res => { vm.POST("circle/circle/save", req).then(res => {
if (res.code == "000000") { if (res.code == "000000") {
// console.log(res); // console.log(res);
<<<<<<< HEAD
this.formData.id = res.id this.formData.id = res.id
this.active = 1 this.active = 1
this.stepData = [false, true]; this.stepData = [false, true];
=======
this.formData.id = res.data
>>>>>>> 483bda123beb0544ca13309ee13897a8908d2820
} else { } else {
// //
} }
......
...@@ -142,6 +142,10 @@ ...@@ -142,6 +142,10 @@
editLive(row) { editLive(row) {
this.$router.push({ this.$router.push({
path: '/create-live', path: '/create-live',
query: {
// rtcId: "1"
rtcId: row.id
}
}) })
}, },
//删除直播 //删除直播
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册