Merge branch 'develop' into devTee
This commit is contained in:
commit
fd832c2d40
24 changed files with 2858 additions and 580 deletions
|
|
@ -1277,7 +1277,13 @@ function inputPositionLevel(v: string) {
|
|||
}
|
||||
|
||||
function inputPositionLevelBlur() {
|
||||
if (tempPositionLevelInput.value === formDataSalary.levelPosition) return;
|
||||
if (
|
||||
!tempPositionLevelInput.value ||
|
||||
tempPositionLevelInput.value === formDataSalary.levelPosition
|
||||
) {
|
||||
tempPositionLevelInput.value = "";
|
||||
return;
|
||||
}
|
||||
|
||||
if (
|
||||
!optionStore.optipnLevel.some(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue