fix: update task-list-group condition to include create mode
This commit is contained in:
parent
1e57420bc3
commit
bb347d297b
1 changed files with 3 additions and 1 deletions
|
|
@ -692,7 +692,9 @@ function viewDocument(id: string) {
|
|||
v-model:code="currentFormData.code"
|
||||
v-model:contact-name="currentFormData.contactName"
|
||||
v-model:contact-tel="currentFormData.contactTel"
|
||||
:task-list-group="taskListGroup.length === 0"
|
||||
:task-list-group="
|
||||
taskListGroup.length === 0 && state.mode === 'create'
|
||||
"
|
||||
:institution-group="responsibleInstitution"
|
||||
/>
|
||||
</q-form>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue