This commit is contained in:
ChenQiuYu 2025-05-07 17:34:25 +08:00
parent e86b0b920a
commit 04cd3b953c
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 = () => {