【bug】
This commit is contained in:
@@ -221,7 +221,8 @@
|
||||
<script setup>
|
||||
import { ref, reactive, onMounted, onUnmounted } from 'vue'
|
||||
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({
|
||||
|
||||
Reference in New Issue
Block a user