รายการแต่งตั้ง-เลื่อน-ย้าย => fix bug
This commit is contained in:
parent
343f595d41
commit
ea0a6bab77
7 changed files with 513 additions and 51 deletions
|
|
@ -251,9 +251,9 @@ async function getDataTable(id: string, level: number = 0) {
|
|||
node: level,
|
||||
nodeId: id,
|
||||
typeCommand: type.value,
|
||||
position: posType.value ? posType.value : "",
|
||||
position: position.value ? position.value : "",
|
||||
posLevel: posLevel.value ? posLevel.value : "",
|
||||
posType: position.value ? position.value : "",
|
||||
posType: posType.value ? posType.value : "",
|
||||
isAll: isAll.value,
|
||||
isBlank: isBlank.value,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue