告警单上传文件修改

This commit is contained in:
zhujiyan
2024-06-04 17:24:45 +08:00
parent cf21d0a842
commit eb62676b5d

View File

@@ -200,7 +200,7 @@ let uploadName = ref('')
const choose = (e: any) => { const choose = (e: any) => {
uploadFile(e.raw, '/supervision/').then(res => { uploadFile(e.raw, '/supervision/').then(res => {
reportFilePath.value = res.data.name reportFilePath.value = res.data.name
form.value.reportPath = res.data.name // form.value.reportPath = res.data.name
}) })
} }