mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 21:59:12 +08:00
优化代码
This commit is contained in:
parent
c42680bfe8
commit
27cc2c15e5
@ -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()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user