From 27cc2c15e51308a29bc4ac5e4dc03f0096cfdb98 Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Thu, 28 Aug 2025 09:48:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/fee/doImportCreateFee.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()