提交新增表单

This commit is contained in:
zhujiyan
2024-05-14 11:31:24 +08:00
parent 4e9baf7aa1
commit 4e06a231ff
3 changed files with 84 additions and 98 deletions

View File

@@ -27,7 +27,7 @@
<!-- 上传 -->
<Audit ref='AuditRef' @onSubmit='tableStore.index()' />
<!-- 查看详情 detail 新增/修改 create-->
<addForm ref='addForms' @onSubmit='tableStore.index()' openType='create'></addForm>
<addForm ref='addForms' @onSubmit='tableStore.index()' openType='create'></addForm>
</template>
<script setup lang='ts'>
import { ref, onMounted, provide, nextTick } from 'vue'
@@ -143,11 +143,8 @@ const addList = () => {
//三个表单
const addForms = ref()
const formVisibile = ref(false)
const addFormModel = () => {
console.log(addForms.value, '00000')
addForms.value.open()
formVisibile.value = true
}
// 导出