Commit 4141f861 authored by Your Name's avatar Your Name

学习项目和学习内容改动2

parent 87d18a3e
...@@ -334,8 +334,8 @@ export default { ...@@ -334,8 +334,8 @@ export default {
}, },
getExhibitionBoardTable() { getExhibitionBoardTable() {
const param = { const param = {
boardCopyrightOwnerIdList: this.ruleForm.copyrightOwnerIdList, boardCopyrightOwnerIdList: this.ruleForm.copyrightOwnerIdList.toString(),
exhibitionBoardCatIdList: this.ruleForm.exhibitionBoardCatIdList, exhibitionBoardCatIdList: this.ruleForm.exhibitionBoardCatIdList.toString(),
learningProjectId:this.ruleForm.learningProjectId learningProjectId:this.ruleForm.learningProjectId
}; };
this.getTableData(param, "update"); this.getTableData(param, "update");
......
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