diff --git a/src/components/fee/doImportCreateFee.vue b/src/components/fee/doImportCreateFee.vue index 5d94c94c7..61779f0b2 100644 --- a/src/components/fee/doImportCreateFee.vue +++ b/src/components/fee/doImportCreateFee.vue @@ -74,7 +74,7 @@ export default { formData.append('importAdapt', 'importCustomFee') importData(formData).then(response => { - const res = response.data + const res = response if (res.code === 0) { this.$message.success(this.$t('doImportCreateFee.successMessage')) this.handleClose()