src/components/view/b1-report-preparation.vue @@ -406,6 +406,7 @@ this.inLoading = false; if (response.code == 200) { this.$message.success('导入成功') this.refreshTable() }else{ this.$message.error(response.message) }