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) => { const tab = (item: any) => {
nextTick(() => { nextTick(() => {
emit('getStatus', item.value) emit('getStatus', item.value)
init()
if (item.value == 3) { if (item.value == 3) {
emit('changeDetail', true) emit('changeDetail', true)
} else { } else {
@ -83,7 +82,6 @@ const itemId = defineModel()
onMounted(() => { onMounted(() => {
initStatusList() initStatusList()
curItem.value = itemId curItem.value = itemId
// init()
}) })
const loading = ref(true) const loading = ref(true)
const init = () => { const init = () => {