Browse Source

完善交回车辆二次转租

master
yunuo970428 1 year ago
parent
commit
4448f952a6
  1. 2
      anrui-riskcenter-ui/src/views/secondarysublet/secondarysubletAdd.vue
  2. 2
      anrui-riskcenter-ui/src/views/workFlow/ercizhuanzuFlow/secondarysubletEdit.vue

2
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
}

2
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
}

Loading…
Cancel
Save