Browse Source

任务管理 2022年9月23日 sxm

master
[li_she] 3 years ago
parent
commit
3a5f4afcc2
  1. 2
      src/views/modules/taskmanage/chatting.vue
  2. 7
      src/views/modules/taskmanage/mytasklist.vue
  3. 2
      src/views/modules/taskmanage/task-file-list.vue
  4. 1
      src/views/modules/taskmanage/taskReport.vue

2
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',

7
src/views/modules/taskmanage/mytasklist.vue

@ -68,13 +68,6 @@
@selection-change="selectionChangeHandle"
highlight-current-row
style="width: 100%;">
<el-table-column
v-if="isAuth('taskmanage:tasklist:delete')"
type="selection"
header-align="center"
align="center"
width="50">
</el-table-column>
<el-table-column
v-for="(item,index) in columnList" :key="index"
:sortable="item.columnSortable"

2
src/views/modules/taskmanage/task-file-list.vue

@ -137,7 +137,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',

1
src/views/modules/taskmanage/taskReport.vue

@ -212,6 +212,7 @@
},
activated() {
// this.getDataList()
},
mounted() {
this.$nextTick(() => {

Loading…
Cancel
Save