提交 a4ddd9e3 编写于 作者: haochangdi's avatar haochangdi

修改编辑接口

上级 06090e40
...@@ -255,8 +255,13 @@ export default { ...@@ -255,8 +255,13 @@ export default {
images:this.fileList images:this.fileList
} }
this.isRequestBack = true; this.isRequestBack = true;
let url = '/interaction/topic/admin/'
if (this.isEdit) {
url = '/interaction/topic/'
}
this[A]('/interaction/topic/admin/',parm).then((res) => { this[A](url,parm).then((res) => {
if( res.code == '000000' ) { if( res.code == '000000' ) {
this.$message({ this.$message({
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册