fixing column บรรจุ แต่งตั้ง ย้าย
This commit is contained in:
parent
bb2d03e499
commit
9cde68ab4f
74 changed files with 620 additions and 626 deletions
|
|
@ -227,9 +227,9 @@ async function getDataTable(id: string, level: number = 0) {
|
|||
const body = {
|
||||
node: level,
|
||||
nodeId: id,
|
||||
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,
|
||||
typeCommand: type.value,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue