@yoooloo42/joker 1.0.127 → 1.0.128

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs.js CHANGED
@@ -41177,8 +41177,6 @@ const hdl = {
41177
41177
  return false
41178
41178
  }
41179
41179
 
41180
- // 因为是单文件上传,所以上传前要清空文件列表
41181
- fileList_box.value.splice(0, fileList_box.value.length);
41182
41180
  elementPlus.ElMessage('正在上传 ...');
41183
41181
  return true
41184
41182
  },
@@ -41370,8 +41368,6 @@ const hdl = {
41370
41368
  return false
41371
41369
  }
41372
41370
 
41373
- // 因为是单文件上传,所以上传前要清空文件列表
41374
- fileList_box.value.splice(0, fileList_box.value.length);
41375
41371
  elementPlus.ElMessage('正在上传 ...');
41376
41372
  return true
41377
41373
  },