@yoooloo42/joker 1.0.241 → 1.0.243
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 +3 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +3 -2
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -22038,6 +22038,7 @@ async function storpro(_ref3) {
|
|
|
22038
22038
|
routerInstance = null // 路由实例
|
|
22039
22039
|
} = _ref3;
|
|
22040
22040
|
try {
|
|
22041
|
+
console.log('request.ly0.storpro 测试 111', data);
|
|
22041
22042
|
if (!storproName) {
|
|
22042
22043
|
return null;
|
|
22043
22044
|
}
|
|
@@ -22750,6 +22751,7 @@ const refresh = async _ref => {
|
|
|
22750
22751
|
scopeThis,
|
|
22751
22752
|
message
|
|
22752
22753
|
} = _ref;
|
|
22754
|
+
console.log('with-table 测试 000', scopeThis.query.formData);
|
|
22753
22755
|
scopeThis.tableProps.table.loading.visible = true;
|
|
22754
22756
|
const result = await ly0request.storpro({
|
|
22755
22757
|
storproName: scopeThis.storpro.refresh,
|
|
@@ -42926,8 +42928,7 @@ return (_ctx, _cache) => {
|
|
|
42926
42928
|
"before-upload": hdl.beforeUpload,
|
|
42927
42929
|
"on-preview": hdl.preview,
|
|
42928
42930
|
"on-remove": hdl.remove,
|
|
42929
|
-
"on-success": hdl.success
|
|
42930
|
-
limit: 1
|
|
42931
|
+
"on-success": hdl.success
|
|
42931
42932
|
}, {
|
|
42932
42933
|
default: withCtx(() => [
|
|
42933
42934
|
(unref(fileList_box).length>0 && unref(fileList_box)[0].response && unref(fileList_box)[0].response.data && unref(fileList_box)[0].response.data.src)
|