mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
improve
This commit is contained in:
@@ -121,11 +121,11 @@ export class CreateProcessPage implements OnInit {
|
||||
let SourceType;
|
||||
let SourceSecFsId;
|
||||
|
||||
if(this.task.workflowInstanceDataFields.FolderID) {
|
||||
if(this.task.workflowInstanceDataFields.FolderID || this.task.FolderId) {
|
||||
SourceId = this.task.workflowInstanceDataFields.FolderID
|
||||
SourceType = 'FOLDER'
|
||||
SourceSecFsId = 361
|
||||
} else {
|
||||
} else {
|
||||
SourceId = this.task.workflowInstanceDataFields.SourceID
|
||||
SourceType = 'DOC'
|
||||
SourceSecFsId = 8
|
||||
|
||||
Reference in New Issue
Block a user