From ef61883a5437d03c5e384ba0b35c3e0885a882ab Mon Sep 17 00:00:00 2001 From: liuguocan <527956374@qq.com> Date: 星期二, 14 三月 2023 13:57:40 +0800 Subject: [PATCH] 登录页面添加滑块校验/报表页面高度问题处理 --- src/views/tool/gen/index.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/views/tool/gen/index.vue b/src/views/tool/gen/index.vue index 8dfb0c5..6915032 100644 --- a/src/views/tool/gen/index.vue +++ b/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); }, /** 鍚屾鏁版嵁搴撴搷浣� */ -- Gitblit v1.9.1