From ab2fb202d9cbd48c0f75e3a6feb84a2cccf32d92 Mon Sep 17 00:00:00 2001 From: xuyucheng Date: Thu, 16 Mar 2023 10:06:11 +0800 Subject: [PATCH] mode --- .../creditRating/report/create/firstStep.vue | 2 +- .../serviceFunction/creditRating/report/create/index.vue | 8 +++++++- .../content/serviceFunction/creditRating/report/index.vue | 5 +++-- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/src/view/home/content/serviceFunction/creditRating/report/create/firstStep.vue b/src/view/home/content/serviceFunction/creditRating/report/create/firstStep.vue index 9455772..cf29b1a 100644 --- a/src/view/home/content/serviceFunction/creditRating/report/create/firstStep.vue +++ b/src/view/home/content/serviceFunction/creditRating/report/create/firstStep.vue @@ -76,7 +76,7 @@ export default { async submit() { const res = await request.post("report_generation/create", this.form) - this.$emit("setStep", { active: 1, id: res.report_generation_id }) + this.$emit("setStep", { active: 1, id: res.content.report_flow_id }) }, }, }; diff --git a/src/view/home/content/serviceFunction/creditRating/report/create/index.vue b/src/view/home/content/serviceFunction/creditRating/report/create/index.vue index dd2714b..ef3e1e0 100644 --- a/src/view/home/content/serviceFunction/creditRating/report/create/index.vue +++ b/src/view/home/content/serviceFunction/creditRating/report/create/index.vue @@ -10,6 +10,7 @@