mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 10:00:56 +08:00
优化代码
This commit is contained in:
parent
c42680bfe8
commit
27cc2c15e5
@ -74,7 +74,7 @@ export default {
|
|||||||
formData.append('importAdapt', 'importCustomFee')
|
formData.append('importAdapt', 'importCustomFee')
|
||||||
|
|
||||||
importData(formData).then(response => {
|
importData(formData).then(response => {
|
||||||
const res = response.data
|
const res = response
|
||||||
if (res.code === 0) {
|
if (res.code === 0) {
|
||||||
this.$message.success(this.$t('doImportCreateFee.successMessage'))
|
this.$message.success(this.$t('doImportCreateFee.successMessage'))
|
||||||
this.handleClose()
|
this.handleClose()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user