refactor: handle btn save
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 6s
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 6s
This commit is contained in:
parent
9994366c74
commit
3cab6cc0e5
1 changed files with 1 additions and 1 deletions
|
|
@ -1381,7 +1381,7 @@ async function submitAccepted() {
|
|||
<SaveButton
|
||||
v-if="pageState.mode !== 'info'"
|
||||
:disabled="
|
||||
selectedWorkerItem.length === 0 && productService.length === 0
|
||||
selectedWorkerItem.length === 0 || productService.length === 0
|
||||
"
|
||||
@click="submit"
|
||||
solid
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue