Skip to content

Commit 1e9f63b

Browse files
committed
Fix: 上传 Dialog 重新加载数据
1 parent ec693d0 commit 1e9f63b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

admin/src/views/api_excel/index.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,9 @@ export default {
523523
message: '操作成功',
524524
type: 'success'
525525
})
526-
this.$router.push({ path: this.redirect || '/' })
526+
this.dialogFormVisible = false
527+
this.fetchData()
528+
// this.$router.push({ path: this.redirect || '/' })
527529
} else {
528530
this.$message.error(response.reason)
529531
}

0 commit comments

Comments
 (0)