From 3a5f4afcc27b48178c183e20c883fcf03a660a60 Mon Sep 17 00:00:00 2001
From: "[li_she]" <[li.she@xujiesoft.com]>
Date: Fri, 23 Sep 2022 09:39:09 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E7=AE=A1=E7=90=86=202022?=
=?UTF-8?q?=E5=B9=B49=E6=9C=8823=E6=97=A5=20sxm?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/modules/taskmanage/chatting.vue | 2 +-
src/views/modules/taskmanage/mytasklist.vue | 7 -------
src/views/modules/taskmanage/task-file-list.vue | 2 +-
src/views/modules/taskmanage/taskReport.vue | 1 +
4 files changed, 3 insertions(+), 9 deletions(-)
diff --git a/src/views/modules/taskmanage/chatting.vue b/src/views/modules/taskmanage/chatting.vue
index 163e58e..7cc14f1 100644
--- a/src/views/modules/taskmanage/chatting.vue
+++ b/src/views/modules/taskmanage/chatting.vue
@@ -155,7 +155,7 @@
// 下载附件
downFtpFile(row){
//'/proxyApi/ftp/file/downFtpFile/'
- axios.get('/proxyApi/ftp/file/downFtpFile/' + row.id, {
+ axios.get( '/api/ftp/file/downFtpFile/' + row.id, {
responseType: 'blob',
headers: {
'Content-Type': 'application/json',
diff --git a/src/views/modules/taskmanage/mytasklist.vue b/src/views/modules/taskmanage/mytasklist.vue
index 0958a8f..97b6974 100644
--- a/src/views/modules/taskmanage/mytasklist.vue
+++ b/src/views/modules/taskmanage/mytasklist.vue
@@ -68,13 +68,6 @@
@selection-change="selectionChangeHandle"
highlight-current-row
style="width: 100%;">
-
-
{