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 = {
|
const _command = {
|
||||||
id: command.id,
|
id: command.id,
|
||||||
status: command.status,
|
status: command.status,
|
||||||
commandNo: `${command.shortName ?? ""} ${command.commandNo}`.trim(),
|
shortName: command.shortName ?? "",
|
||||||
|
commandNo: command.commandNo,
|
||||||
commandYear: command.commandYear,
|
commandYear: command.commandYear,
|
||||||
issue: command.issue,
|
issue: command.issue,
|
||||||
detailHeader: command.detailHeader,
|
detailHeader: command.detailHeader,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue