refactor: handle btn save
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 6s

This commit is contained in:
Thanaphon Saengchan 2025-12-16 10:28:24 +07:00
parent 9994366c74
commit 3cab6cc0e5

View file

@ -1381,7 +1381,7 @@ async function submitAccepted() {
<SaveButton <SaveButton
v-if="pageState.mode !== 'info'" v-if="pageState.mode !== 'info'"
:disabled=" :disabled="
selectedWorkerItem.length === 0 && productService.length === 0 selectedWorkerItem.length === 0 || productService.length === 0
" "
@click="submit" @click="submit"
solid solid