This commit is contained in:
hanjian
2024-09-03 20:33:12 +08:00
parent a9cc1de148
commit 2239ff215b
3 changed files with 79 additions and 72 deletions

View File

@@ -501,9 +501,14 @@ export default {
// this.multiple = !selection.length;
},
handleDetail(row){
this.detailDrawerOpen = true
this.detailOpen = true
this.toolDetail = row
if(row.recordStatus === 'done'){
this.detailDrawerOpen = true
this.detailOpen = true
this.toolDetail = row
} else {
let status = row.recordStatus === 'draft' ? '1' : '0'
this.handleOpen({type:'tool_release', procInstId:row.procInstId, status:status})
}
},
handleFileDownload(row){
this.fileDetailDrawerOpen = true