Merge branch 'main' of ssh://git.jizhiweb.cn:2222/clinic-v2/web

This commit is contained in:
LiJianZhao 2025-05-08 09:19:42 +08:00
commit 9340bfd9e3
1 changed files with 0 additions and 2 deletions

View File

@ -52,7 +52,6 @@ const emit = defineEmits(['getId', 'changeDetail', 'getStatus'])
const tab = (item: any) => {
nextTick(() => {
emit('getStatus', item.value)
init()
if (item.value == 3) {
emit('changeDetail', true)
} else {
@ -83,7 +82,6 @@ const itemId = defineModel()
onMounted(() => {
initStatusList()
curItem.value = itemId
// init()
})
const loading = ref(true)
const init = () => {