This commit is contained in:
piexlmax
2022-05-31 17:53:58 +08:00
parent 3bb4d74fab
commit b20a54f7e9
5 changed files with 8 additions and 8 deletions

View File

@@ -140,7 +140,7 @@ const sliceFile = () => {
})
}
watch(waitNum, () => { percentage.value = Math.floor(((formDataList.value.length - waitNum.value) / formDataList.value.length) * 100) })
watch(() => waitNum.value, () => { percentage.value = Math.floor(((formDataList.value.length - waitNum.value) / formDataList.value.length) * 100) })
const upLoadFileSlice = async(item) => {
// 切片上传