|
@ -226,7 +226,7 @@ export default { |
|
|
this.customerType_list = res.data |
|
|
this.customerType_list = res.data |
|
|
} |
|
|
} |
|
|
}) |
|
|
}) |
|
|
typeValues({ type: 'documenttype' }).then((res) => { |
|
|
typeValues({ type: 'certificateType' }).then((res) => { |
|
|
if (res.success) { |
|
|
if (res.success) { |
|
|
this.certificateType_list = res.data |
|
|
this.certificateType_list = res.data |
|
|
} |
|
|
} |
|
|