|
|
@ -141,6 +141,8 @@ export default { |
|
|
|
this.$http.get(`/oper/customize/icform/initCustomerForm/resi_base_info/`, {params: params}).then(({ data: res }) => { |
|
|
|
if (res.code === 0) { |
|
|
|
return this.$message.info(res.data) |
|
|
|
} else { |
|
|
|
return this.$message.error(res.internalMsg) |
|
|
|
} |
|
|
|
}) |
|
|
|
}, |
|
|
|