告警单上传文件修改
This commit is contained in:
@@ -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
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user