From 4448f952a67fa940fc8eea16815289b2eed0b4f9 Mon Sep 17 00:00:00 2001 From: yunuo970428 <405378304@qq.com> Date: Tue, 23 Jan 2024 14:10:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E4=BA=A4=E5=9B=9E=E8=BD=A6?= =?UTF-8?q?=E8=BE=86=E4=BA=8C=E6=AC=A1=E8=BD=AC=E7=A7=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/secondarysublet/secondarysubletAdd.vue | 2 +- .../src/views/workFlow/ercizhuanzuFlow/secondarysubletEdit.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anrui-riskcenter-ui/src/views/secondarysublet/secondarysubletAdd.vue b/anrui-riskcenter-ui/src/views/secondarysublet/secondarysubletAdd.vue index d0316cfa22..5e9891d874 100644 --- a/anrui-riskcenter-ui/src/views/secondarysublet/secondarysubletAdd.vue +++ b/anrui-riskcenter-ui/src/views/secondarysublet/secondarysubletAdd.vue @@ -226,7 +226,7 @@ export default { this.customerType_list = res.data } }) - typeValues({ type: 'documenttype' }).then((res) => { + typeValues({ type: 'certificateType' }).then((res) => { if (res.success) { this.certificateType_list = res.data } diff --git a/anrui-riskcenter-ui/src/views/workFlow/ercizhuanzuFlow/secondarysubletEdit.vue b/anrui-riskcenter-ui/src/views/workFlow/ercizhuanzuFlow/secondarysubletEdit.vue index 6ba85af8c0..c1d186c75b 100644 --- a/anrui-riskcenter-ui/src/views/workFlow/ercizhuanzuFlow/secondarysubletEdit.vue +++ b/anrui-riskcenter-ui/src/views/workFlow/ercizhuanzuFlow/secondarysubletEdit.vue @@ -242,7 +242,7 @@ export default { this.customerType_list = res.data } }) - typeValues({ type: 'documenttype' }).then((res) => { + typeValues({ type: 'certificateType' }).then((res) => { if (res.success) { this.certificateType_list = res.data }