干扰源&谐波普测文件上传清除
This commit is contained in:
@@ -157,6 +157,7 @@
|
||||
:on-exceed="handleExceed"
|
||||
:on-change="choose"
|
||||
:auto-upload="false"
|
||||
:on-remove="removeFile"
|
||||
>
|
||||
<template #trigger>
|
||||
<el-button type="primary">上传文件</el-button>
|
||||
@@ -327,6 +328,11 @@ const handleExceed: UploadProps['onExceed'] = files => {
|
||||
uploadRef.value!.handleStart(file)
|
||||
}
|
||||
|
||||
//移除文件上传
|
||||
const removeFile = (file: any,uploadFiles:any) => {
|
||||
console.log(file, uploadFiles)
|
||||
}
|
||||
|
||||
// 治理工程验收报告数组
|
||||
const goToNetReport = ref('')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user