refactor(placement-emp): hide positionDate input when typeCommand is MOVE
This commit is contained in:
parent
ebf34aa0c2
commit
9e550fc5bf
2 changed files with 7 additions and 2 deletions
|
|
@ -252,7 +252,7 @@ async function fecthlistappointment() {
|
|||
e.positionTypeOld &&
|
||||
e.positionLevelOld &&
|
||||
e.positionNumberOld &&
|
||||
e.positionDate
|
||||
(e.positionDate || e.typeCommand === "MOVE")
|
||||
);
|
||||
rows2.value = listData;
|
||||
rows2Data.value = listData;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue