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