主题整合月计划优化 table页能直接查看内容

This commit is contained in:
zhanglipeng
2021-09-01 22:53:52 +08:00
parent b08204e074
commit 5b09d5b39d
4 changed files with 73 additions and 47 deletions

View File

@ -249,6 +249,7 @@ export default {
this.queryParams.themeid = "";
//console.log(this.id);
listActivity(this.queryParams).then((req) => {
this.title = req.rows[0].name;
//console.log(req);
if (req.code == "200") {
this.activityList = req.rows;