shikeying
2023-04-07 c192f834c4e092bc7c0f2722c343c25c1be619ab
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);
    },
    /** 同步数据库操作 */