@yoooloo42/joker 1.0.146 → 1.0.148
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 +6 -5
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +6 -6
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -22637,7 +22637,7 @@ const refresh = async _ref => {
|
|
|
22637
22637
|
let {
|
|
22638
22638
|
scopeThis
|
|
22639
22639
|
} = _ref;
|
|
22640
|
-
const result = await ly0request.
|
|
22640
|
+
const result = await ly0request.storpro({
|
|
22641
22641
|
storproName: scopeThis.storpro.refresh,
|
|
22642
22642
|
data: {
|
|
22643
22643
|
query: scopeThis.query && scopeThis.query.formData ? scopeThis.query.formData : null,
|
|
@@ -22675,7 +22675,7 @@ const getPgData = async _ref3 => {
|
|
|
22675
22675
|
let {
|
|
22676
22676
|
scopeThis
|
|
22677
22677
|
} = _ref3;
|
|
22678
|
-
const result = await ly0request.
|
|
22678
|
+
const result = await ly0request.storpro({
|
|
22679
22679
|
storproName: scopeThis.storpro.getPgData,
|
|
22680
22680
|
data: scopeThis.pgData && scopeThis.pgData.query ? scopeThis.pgData.query : null
|
|
22681
22681
|
});
|
|
@@ -22793,7 +22793,7 @@ const submitInsertOne = async _ref0 => {
|
|
|
22793
22793
|
cancelButtonText: '取消',
|
|
22794
22794
|
type: 'warning' // 警告图标
|
|
22795
22795
|
});
|
|
22796
|
-
const result = await ly0request.
|
|
22796
|
+
const result = await ly0request.storpro({
|
|
22797
22797
|
storproName: scopeThis.storpro.insertOne,
|
|
22798
22798
|
data: scopeThis.formData
|
|
22799
22799
|
});
|
|
@@ -22825,7 +22825,7 @@ const submitUpdateOne = async _ref1 => {
|
|
|
22825
22825
|
cancelButtonText: '取消',
|
|
22826
22826
|
type: 'warning' // 警告图标
|
|
22827
22827
|
});
|
|
22828
|
-
const result = await ly0request.
|
|
22828
|
+
const result = await ly0request.storpro({
|
|
22829
22829
|
storproName: scopeThis.storpro.updateOne,
|
|
22830
22830
|
data: scopeThis.formData
|
|
22831
22831
|
});
|
|
@@ -22861,7 +22861,7 @@ const submitDeleteOne = async _ref10 => {
|
|
|
22861
22861
|
cancelButtonText: '取消',
|
|
22862
22862
|
type: 'warning' // 警告图标
|
|
22863
22863
|
});
|
|
22864
|
-
const result = await ly0request.
|
|
22864
|
+
const result = await ly0request.storpro({
|
|
22865
22865
|
storproName: scopeThis.storpro.deleteOne,
|
|
22866
22866
|
data: formData // 继承行记录的值
|
|
22867
22867
|
});
|
|
@@ -45407,5 +45407,5 @@ var index = {
|
|
|
45407
45407
|
withTable
|
|
45408
45408
|
};
|
|
45409
45409
|
|
|
45410
|
-
export { FileSaver, index as default, request };
|
|
45410
|
+
export { FileSaver, index as default, request, withTable };
|
|
45411
45411
|
//# sourceMappingURL=index.esm.js.map
|