shikeying
2023-05-08 83efa8f1ebd3ad80dfb5078a10caf9fcc4499dc8
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);
    },
    /** 同步数据库操作 */