update
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user