Commit baafd8147427e9fb66a113aaeaea4cdfd2618c84
1 parent
6f90c35e
修复bug
Showing
3 changed files
with
3 additions
and
2 deletions
trash-ui/src/views/activiti/task/index.vue
| @@ -690,7 +690,6 @@ export default { | @@ -690,7 +690,6 @@ export default { | ||
| 690 | id: row.businessKey.split(":")[1], | 690 | id: row.businessKey.split(":")[1], |
| 691 | } | 691 | } |
| 692 | getSupervision(params).then(res=>{ | 692 | getSupervision(params).then(res=>{ |
| 693 | - console.log(res) | ||
| 694 | if(res.result==null){ | 693 | if(res.result==null){ |
| 695 | this.$message.error("获取纪检督察详情失败!请重试") | 694 | this.$message.error("获取纪检督察详情失败!请重试") |
| 696 | return; | 695 | return; |
trash-ui/src/views/office/conference/index.vue
| @@ -482,6 +482,7 @@ export default { | @@ -482,6 +482,7 @@ export default { | ||
| 482 | message: '上传文件大小不得超过5M!', | 482 | message: '上传文件大小不得超过5M!', |
| 483 | type: 'warning' | 483 | type: 'warning' |
| 484 | }); | 484 | }); |
| 485 | + fileList = fileList.splice(fileList.length - 1, 1); | ||
| 485 | } else { | 486 | } else { |
| 486 | //符合条件后进行添加 | 487 | //符合条件后进行添加 |
| 487 | this.fileEntityList = fileList | 488 | this.fileEntityList = fileList |