Commit 87d18a3e authored by Your Name's avatar Your Name

学习项目和学习内容改动

parent 8e8e832c
...@@ -335,7 +335,8 @@ export default { ...@@ -335,7 +335,8 @@ export default {
getExhibitionBoardTable() { getExhibitionBoardTable() {
const param = { const param = {
boardCopyrightOwnerIdList: this.ruleForm.copyrightOwnerIdList, boardCopyrightOwnerIdList: this.ruleForm.copyrightOwnerIdList,
exhibitionBoardCatIdList: this.ruleForm.exhibitionBoardCatIdList exhibitionBoardCatIdList: this.ruleForm.exhibitionBoardCatIdList,
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