This commit is contained in:
zhutianqi
2021-07-09 17:27:05 +08:00
parent 57a02d5333
commit a5f2bff546
14 changed files with 2604 additions and 30 deletions
@@ -131,7 +131,8 @@ export default {
form: {
cid: this.$route.query.item.cid,
page: 1,
size: this.$store.getters.userInfo.configContent
size: this.$store.getters.userInfo.configContent,
userId: this.$store.getters.userInfo.userId,
} // 详情数据
}
},