This commit is contained in:
zhujiyan
2024-05-14 08:51:30 +08:00
parent 3e254f820b
commit 9e2cb801e4
5 changed files with 515 additions and 92 deletions

View File

@@ -27,7 +27,7 @@
<!-- 上传 -->
<Audit ref='AuditRef' @onSubmit='tableStore.index()' />
<!-- 查看详情 detail 新增/修改 create-->
<addForm ref='addForms' openType='create'></addForm>
<addForm ref='addForms' @onSubmit='tableStore.index()' openType='create'></addForm>
</template>
<script setup lang='ts'>
import { ref, onMounted, provide, nextTick } from 'vue'