fix : 优化直接上报时项目归档附件tab展示
This commit is contained in:
@@ -90,7 +90,11 @@ const upload = () => {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
watchEffect(() => {
|
||||||
|
if (requirementId.value === '-1') {
|
||||||
|
paneList.value = paneList.value.slice(1)
|
||||||
|
}
|
||||||
|
})
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
if (activeName.value === '50') {
|
if (activeName.value === '50') {
|
||||||
search({})
|
search({})
|
||||||
|
|||||||
Reference in New Issue
Block a user