This commit is contained in:
2023-07-04 09:52:29 +08:00
parent 1f109d119c
commit ee8770e1fb
2 changed files with 15 additions and 5 deletions

View File

@ -290,8 +290,8 @@ function handleQuery() {
/** 生成代码操作 */
function handleGenTable(row) {
proxy.$download.zip(
"/tool/gen/download/" + row.tableId,
row.tableName + ".zip"
"/tool/gen/download/" + row.tableId,
row.tableName + ".zip"
);
}
/** 同步数据库操作 */