This commit is contained in:
sjl
2025-12-30 10:02:01 +08:00
parent 83e57c92b4
commit 0fc7b528d4
14 changed files with 186 additions and 114 deletions

View File

@@ -92,8 +92,10 @@ const getInfo = async () => {
const getFileData = async () => {
//如果有问题附件
console.log('000',detailData.value)
if (detailData.value.problemPath) {
await getFileNameAndFilePath({ filePath: detailData.value.problemPath }).then(res => {
console.log(res.data)
detailData.value.keyName = res.data.name
detailData.value.problemPath = res.data.url
detailData.value.problemName = res.data.fileName