Merge branch 'develop'

This commit is contained in:
Methapon2001 2025-04-30 12:42:24 +07:00
commit 8354b6b40a
2 changed files with 3 additions and 0 deletions

View file

@ -143,6 +143,7 @@ async function openRequestListDialog() {
page: 1,
pageSize: 999,
incomplete: true,
responsibleOnly: true,
});
if (ret) {

View file

@ -153,6 +153,7 @@ watch(
@click="prev"
/>
<MainButton
:disabled="selected.length === 0"
icon="mdi-check"
color="207 96% 32%"
solid
@ -164,6 +165,7 @@ watch(
</MainButton>
<SaveButton
v-if="step === Step.Configure"
:disabled="form.responsibleUserId === ''"
id="btn-save"
solid
@click="$emit('submit', { form, selected })"