fix
This commit is contained in:
parent
4cd90d73e0
commit
c2188b81cd
1 changed files with 12 additions and 12 deletions
|
|
@ -173,18 +173,18 @@ function createCommand(isRedirect: boolean) {
|
||||||
...(e.remarkVertical ? { remarkVertical: e.remarkVertical } : {}),
|
...(e.remarkVertical ? { remarkVertical: e.remarkVertical } : {}),
|
||||||
...(e.remarkHorizontal ? { remarkHorizontal: e.remarkHorizontal } : {}),
|
...(e.remarkHorizontal ? { remarkHorizontal: e.remarkHorizontal } : {}),
|
||||||
|
|
||||||
...(props.commandTypeCode == "C-PM-01" ||
|
// ...(props.commandTypeCode == "C-PM-01" ||
|
||||||
props.commandTypeCode == "C-PM-02"
|
// props.commandTypeCode == "C-PM-02"
|
||||||
? { position: e.position ? e.position : null }
|
// ? { position: e.position ? e.position : null }
|
||||||
: {}),
|
// : {}),
|
||||||
...(props.commandTypeCode == "C-PM-01" ||
|
// ...(props.commandTypeCode == "C-PM-01" ||
|
||||||
props.commandTypeCode == "C-PM-02"
|
// props.commandTypeCode == "C-PM-02"
|
||||||
? { posType: e.posType ? e.posType : null }
|
// ? { posType: e.posType ? e.posType : null }
|
||||||
: {}),
|
// : {}),
|
||||||
...(props.commandTypeCode == "C-PM-01" ||
|
// ...(props.commandTypeCode == "C-PM-01" ||
|
||||||
props.commandTypeCode == "C-PM-02"
|
// props.commandTypeCode == "C-PM-02"
|
||||||
? { posLevel: e.posLevel ? e.posLevel : null }
|
// ? { posLevel: e.posLevel ? e.posLevel : null }
|
||||||
: {}),
|
// : {}),
|
||||||
}));
|
}));
|
||||||
|
|
||||||
const body = {
|
const body = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue