|
|
@@ -322,7 +322,6 @@ export default {
|
|
|
*/
|
|
|
async newUpload(auth, fileList, directory, maxValue, dividerName, uploadFlag, delFlag, showDivider, toCompany, uniqueId) {
|
|
|
this.loading = true
|
|
|
- this.$emit('changeLoading', true)
|
|
|
this.uploadKey = Math.random()
|
|
|
await this.fileLoadingFalse()
|
|
|
if (this.commonJS.isEmpty(fileList)) {
|
|
|
@@ -397,7 +396,6 @@ export default {
|
|
|
// 防止数据未更新完成,用户操作上传
|
|
|
|
|
|
this.loading = false
|
|
|
- this.$emit('changeLoading', false)
|
|
|
// this.dataList = JSON.parse(JSON.stringify(fileList))
|
|
|
// this.dataListNew = JSON.parse(JSON.stringify(fileList))
|
|
|
if (this.commonJS.isEmpty(showDivider)) {
|