fix bug select position, change field reportingDateFullDate to reportingDate, add send positionExecutiveField & positionArea
This commit is contained in:
parent
0ef46feabc
commit
20f95f1a69
7 changed files with 23 additions and 10 deletions
|
|
@ -315,7 +315,7 @@ function updateSelected(data: DataTree) {
|
|||
if (props?.dataRows?.nodeId === data.orgTreeId) {
|
||||
positionId.value = props?.dataRows?.posmasterId;
|
||||
seletcId.value = props?.dataRows?.positionId;
|
||||
datePos.value = props?.dataRows?.reportingDateFullDate;
|
||||
datePos.value = props?.dataRows?.reportingDate;
|
||||
} else {
|
||||
positionId.value = "";
|
||||
seletcId.value = "";
|
||||
|
|
@ -392,7 +392,7 @@ async function fetchPosFind(level: number, id: string) {
|
|||
nodeId.value = id;
|
||||
positionId.value = props?.dataRows?.posmasterId;
|
||||
seletcId.value = props?.dataRows?.positionId;
|
||||
datePos.value = props?.dataRows?.reportingDateFullDate;
|
||||
datePos.value = props?.dataRows?.reportingDate;
|
||||
|
||||
getDataTable(nodeId.value, level);
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue