This commit is contained in:
qsh
2024-07-26 17:51:35 +08:00
parent b2a7fa8dc4
commit 2be616917e
13 changed files with 424 additions and 25 deletions

View File

@@ -169,7 +169,12 @@
@get-list="getTableList"
@update="handleEdit"
/>
<DialogSuccess ref="successRef" :schema="allSchemas.detailSchema" @success="getTableList" />
<DialogSuccess
ref="successRef"
:schema="allSchemas.detailSchema"
:userOptions="userOptions"
@success="getTableList"
/>
<DialogFollow ref="followRef" @success="getTableList" />
</div>
</template>