Crunchy
2024-08-02 e1d6ecb19c05c9cc00b7d4a29d82cbc546d5cd09
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)
        }