From a4c47a2be1a9bd74ac908041e724c48520a8e595 Mon Sep 17 00:00:00 2001 From: zx <604444282@qq.com> Date: Tue, 12 Jul 2022 14:46:31 +0800 Subject: [PATCH] zx --- src/views/QuestManage/_questDetail/index.vue | 2 +- src/views/QuestManage/_questRelease/index.vue | 2 +- .../QuestManage/_transformResult/index.vue | 57 +++++++++++++++++-- 3 files changed, 54 insertions(+), 7 deletions(-) diff --git a/src/views/QuestManage/_questDetail/index.vue b/src/views/QuestManage/_questDetail/index.vue index 3e76a24..92b709b 100644 --- a/src/views/QuestManage/_questDetail/index.vue +++ b/src/views/QuestManage/_questDetail/index.vue @@ -191,7 +191,7 @@ export default defineComponent({ this.proxy.$post("/rewardRuleTemplate/list", {}).then(res => { this.ruleData = res.data.records; }).catch(() => {}); - this.proxy.$post("/reference/list", {}).then(res => { + this.proxy.$post("/reference/list", {pageNum: 1,pageSize: 1000}).then(res => { this.refData = res.data.records; }).catch(() => {}); this.proxy.$post("/teachingRefe/list", {}).then(res => { diff --git a/src/views/QuestManage/_questRelease/index.vue b/src/views/QuestManage/_questRelease/index.vue index c5d12ea..d7f3e31 100644 --- a/src/views/QuestManage/_questRelease/index.vue +++ b/src/views/QuestManage/_questRelease/index.vue @@ -221,7 +221,7 @@ export default defineComponent({ this.proxy.$post("/rewardRuleTemplate/list", {}).then(res => { this.ruleData = res.data.records; }).catch(() => {}); - this.proxy.$post("/reference/list", {}).then(res => { + this.proxy.$post("/reference/list", {pageNum: 1,pageSize: 1000}).then(res => { this.refData = res.data.records; }).catch(() => {}); this.proxy.$post("/teachingRefe/list", {}).then(res => { diff --git a/src/views/QuestManage/_transformResult/index.vue b/src/views/QuestManage/_transformResult/index.vue index d976292..b18d34f 100644 --- a/src/views/QuestManage/_transformResult/index.vue +++ b/src/views/QuestManage/_transformResult/index.vue @@ -39,6 +39,18 @@