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