Commit baafd8147427e9fb66a113aaeaea4cdfd2618c84

Authored by 273548560@qq.com
1 parent 6f90c35e

修复bug

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
trash-ui/src/views/office/leaveApplication/index.vue
@@ -236,4 +236,5 @@ @@ -236,4 +236,5 @@
236 </div> 236 </div>
237 </template> 237 </template>
238 238
239 -<script src="../../../api/leave" > 239 +<script src="../../../api/leave">
  240 +</script>