This commit is contained in:
Warunee Tamkoo 2025-03-04 17:23:21 +07:00
parent 5d81a068f8
commit 2814b35f45

View file

@ -559,7 +559,8 @@ watch(
" -->
<q-input
:class="classInput(false)"
:mask="level === 0 ? '##' : '########'"
:mask="level === 0 ? '##' : ''"
maxlength="8"
v-model="formData.orgCode"
ref="orgCodeRef"
dense