更新文件

This commit is contained in:
2025-04-14 11:32:57 +08:00
parent 3754b9c5ed
commit 49cfd7e64f
21 changed files with 796 additions and 734 deletions

View File

@ -7,13 +7,7 @@
:before-close="handleClose"
custom-class="bk_drawer_box"
>
<MOSTY.FormItem
:formData="formData"
ref="elform"
:modelKey="listQuery"
:rules="rules"
>
</MOSTY.FormItem>
<FormMessage :formData="formData" ref="elform" :modelKey="listQuery" :rules="rules"></FormMessage>
<el-button type="primary" @click="addEdit('add', '')">
<el-icon style="vertical-align: middle"><Search /></el-icon>
<span style="vertical-align: middle">查询</span>
@ -39,6 +33,7 @@
</el-drawer>
</template>
<script setup>
import FormMessage from '@/components/aboutTable/FormMessage/index.vue'
import { ref, reactive, onMounted, defineProps } from "vue";
import * as MOSTY from "@/components/MyComponents/index";
const props = defineProps({