@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.esm.js CHANGED
@@ -41173,8 +41173,6 @@ const hdl = {
41173
41173
  return false
41174
41174
  }
41175
41175
 
41176
- // 因为是单文件上传,所以上传前要清空文件列表
41177
- fileList_box.value.splice(0, fileList_box.value.length);
41178
41176
  ElMessage('正在上传 ...');
41179
41177
  return true
41180
41178
  },
@@ -41366,8 +41364,6 @@ const hdl = {
41366
41364
  return false
41367
41365
  }
41368
41366
 
41369
- // 因为是单文件上传,所以上传前要清空文件列表
41370
- fileList_box.value.splice(0, fileList_box.value.length);
41371
41367
  ElMessage('正在上传 ...');
41372
41368
  return true
41373
41369
  },