From 1beebc6d565aacfae90235d14bcd4ad79aa4e79d Mon Sep 17 00:00:00 2001 From: Tcsm <1377977403@qq.com> Date: 星期二, 01 八月 2023 01:33:40 +0800 Subject: [PATCH] 完善相应模块的电子文件与详情显示问题 --- ruoyi-ui/src/views/wish/index.vue | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/ruoyi-ui/src/views/wish/index.vue b/ruoyi-ui/src/views/wish/index.vue index 76cc954..156fa08 100644 --- a/ruoyi-ui/src/views/wish/index.vue +++ b/ruoyi-ui/src/views/wish/index.vue @@ -65,6 +65,7 @@ range-separator="-" start-placeholder="寮�濮嬫棩鏈�" end-placeholder="缁撴潫鏃ユ湡" + @keyup.enter.native="handleQuery" ></el-date-picker> </el-form-item> @@ -794,6 +795,7 @@ /** 瀵煎叆妯℃澘涓嬭浇鎸夐挳鎿嶄綔 */ handleExportModel() { + this.download('/zIdea/model', { }, `zIdea_model_${new Date().getTime()}.xlsx`) }, -- Gitblit v1.9.1