From f17410e91f667c9e4fdc5c9dcff5a24491e4aa45 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期一, 15 七月 2024 09:04:12 +0800
Subject: [PATCH] 文件下载加文件名后缀

---
 src/App.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/App.vue b/src/App.vue
index 6425799..588a76a 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -38,7 +38,7 @@
       await departmentApi.pageList(this.queryParam).then(res => {
         console.log(res)
         if (res.code == 1) {
-          that.depart = res.response.list
+          that.depart = res.response
           console.log(that.depart)
           this.depart.map(item=>{
             item.key = item.id

--
Gitblit v1.8.0