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 }