@yoooloo42/joker 1.0.239 → 1.0.240
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 +5 -0
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +5 -0
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -42895,6 +42895,11 @@ const hdl = {
|
|
|
42895
42895
|
emit("update:modelValue", []);
|
|
42896
42896
|
},
|
|
42897
42897
|
success (response, file, fileList) { // 上传
|
|
42898
|
+
|
|
42899
|
+
console.log('joker测试 444', response);
|
|
42900
|
+
console.log('joker测试 555', file);
|
|
42901
|
+
console.log('joker测试 666', fileList);
|
|
42902
|
+
|
|
42898
42903
|
// 重置文件列表, 注意:通过使用splice保持响应性
|
|
42899
42904
|
// 只能上传一个图片
|
|
42900
42905
|
fileList_box.value.splice(0, fileList_box.value.length, ...JSON.parse(JSON.stringify(fileList)));
|