fix : 修复项目实施/归档上传附件显示,
This commit is contained in:
@@ -20,7 +20,7 @@ const router = useRouter()
|
||||
const activeName = ref('50')
|
||||
const attachment = ref({})
|
||||
const loading = ref(false)
|
||||
const uploadState = ref(true)
|
||||
const uploadState = ref(false)
|
||||
const fileList = ref([])
|
||||
const projectId = ref(route.query.id)
|
||||
const requirementId = ref(route.query.requirementId)
|
||||
|
||||
Reference in New Issue
Block a user