shikeying
2023-02-24 6f0c15f71998bb08e5476ca04da8f6def7327250
src/views/tool/gen/index.vue
@@ -285,7 +285,8 @@
        this.$modal.msgError("请选择要生成的数据");
        return;
      }
      this.$download.zip("/tool/gen/db/gen_po/" + tableNames, tableNames);
      // this.$download.zip("/tool/gen/db/gen_po/" + tableNames, tableNames);
      this.$download.zip("/tool/gen/db/gen_po/" + tableNames, tableNames, true);
    },
    /** 同步数据库操作 */