【修改】修改报告上传流程
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user