去掉console输出
This commit is contained in:
parent
8c5129f63a
commit
ce590d1ebd
|
|
@ -90,18 +90,15 @@ const handleCurrentChange = (val) => {
|
|||
}
|
||||
|
||||
const beforeUpload = () => {
|
||||
console.log('beforeUpload')
|
||||
fullscreenLoading.value = true
|
||||
}
|
||||
|
||||
const uploadSuccess = () => {
|
||||
console.log('uploadSuccess')
|
||||
fullscreenLoading.value = false
|
||||
getTableData()
|
||||
}
|
||||
|
||||
const uploadFailure = () => {
|
||||
console.log('uploadFailure')
|
||||
fullscreenLoading.value = false
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue