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