update DialogForm v-model

This commit is contained in:
lb
2023-10-30 10:51:41 +08:00
parent c2e987aee4
commit a71fb90e6a
8 changed files with 8 additions and 8 deletions

View File

@@ -36,7 +36,7 @@
v-if="showForm"
ref="form"
:disabled="mode.includes('detail')"
:dataForm="form"
v-model="form"
:rows="formRows" />
</div>