【修改】修改报告上传流程

This commit is contained in:
zhoulingpo
2023-05-09 09:20:54 +08:00
parent 4bd06f2360
commit 64bee0eb7d
15 changed files with 660 additions and 368 deletions
@@ -159,7 +159,6 @@ export default {
if (this.$route.query.taskDefinitionKey == 'reEdit' ){
// 有idde
console.log(this.value)
debugger
var idsList=this.checkIds.filter(item=>{
if(item.id && item.id !=''){
return item
@@ -163,7 +163,6 @@ export default {
this.disabled=true
}
this.getProcessDetail(params).then(res=>{
debugger
this.tableData = JSON.parse(this.processOld.dataJson)
this.$set(this.applicationForm,'power',this.tableData[0].power)
this.$set(this.applicationForm,'applyReason',this.tableData[0].applyReason)