ludc
2023-11-22 698a038532b6557b3fba92f6f6af3f2798bca10b
Source/UBCS-WEB/src/components/BatchImport/index.vue
@@ -254,6 +254,7 @@
    onSuccess(res) {
      if (Object.keys(res.data).length === 0) {
        this.$message.success(this.title + "导入成功!");
        this.resetTable()
        this.dialogVisible = false;
        return;
      }