This commit is contained in:
parent
f06be7ce77
commit
2e217a9548
1 changed files with 2 additions and 1 deletions
|
|
@ -522,7 +522,8 @@ export class CommandController extends Controller {
|
|||
const _command = {
|
||||
id: command.id,
|
||||
status: command.status,
|
||||
commandNo: `${command.shortName ?? ""} ${command.commandNo}`.trim(),
|
||||
shortName: command.shortName ?? "",
|
||||
commandNo: command.commandNo,
|
||||
commandYear: command.commandYear,
|
||||
issue: command.issue,
|
||||
detailHeader: command.detailHeader,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue