licp
2024-08-02 2941765c75e52229a53d3b711c577da3dfff5e2a
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)
        }