【bug】

This commit is contained in:
Auora
2025-11-12 10:12:12 +08:00
parent 0977eb8145
commit 825cdd58ae

View File

@@ -221,7 +221,8 @@
<script setup> <script setup>
import { ref, reactive, onMounted, onUnmounted } from 'vue' import { ref, reactive, onMounted, onUnmounted } from 'vue'
import { ElMessage, ElMessageBox } from 'element-plus' import { ElMessage, ElMessageBox } from 'element-plus'
import { getPatientList, doCardRenewal } from '@/api/cardRenewal/api.js' import { getPatientList } from '@/api/cardRenewal/api.js';
import { doCardRenewal } from './components/api.js';
// 搜索表单 // 搜索表单
const searchForm = reactive({ const searchForm = reactive({