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 @@

传播数据

+ + + + + + + + + 搜索 + 重置 + + @@ -57,30 +69,55 @@ +