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