@ -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
@ -242,7 +242,7 @@ export default {