|
@@ -166,7 +166,7 @@ export default {
|
|
id: this.form.id,
|
|
id: this.form.id,
|
|
title: this.form.title, // 标题
|
|
title: this.form.title, // 标题
|
|
content: this.form.content, // 内容
|
|
content: this.form.content, // 内容
|
|
- catalogId: this.form.catalogId[0], // 分类编号
|
|
|
|
|
|
+ catalogId: this.form.catalogId[this.form.catalogId.length - 1], // 分类编号
|
|
}
|
|
}
|
|
helpCenterContentModify(params).then(res => {
|
|
helpCenterContentModify(params).then(res => {
|
|
this.messageTips("修改", res);
|
|
this.messageTips("修改", res);
|