fix transfer command & registry report
This commit is contained in:
parent
fbdce54a12
commit
70003ef609
2 changed files with 94 additions and 38 deletions
|
|
@ -3140,6 +3140,7 @@ export class CommandController extends Controller {
|
|||
profile.isActive = false;
|
||||
}
|
||||
}
|
||||
profile.isLeave = item.isLeave;
|
||||
profile.leaveCommandId = item.commandId ?? _null;
|
||||
profile.leaveCommandNo = item.refCommandNo ?? _null;
|
||||
profile.leaveRemark = clearProfile.leaveRemark ?? _null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue