【bug】
This commit is contained in:
@@ -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({
|
||||||
|
|||||||
Reference in New Issue
Block a user