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