@yoooloo42/joker 1.0.147 → 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 CHANGED
@@ -22641,7 +22641,7 @@ const refresh = async _ref => {
22641
22641
  let {
22642
22642
  scopeThis
22643
22643
  } = _ref;
22644
- const result = await ly0request$1.ly0.storpro({
22644
+ const result = await ly0request$1.storpro({
22645
22645
  storproName: scopeThis.storpro.refresh,
22646
22646
  data: {
22647
22647
  query: scopeThis.query && scopeThis.query.formData ? scopeThis.query.formData : null,
@@ -22679,7 +22679,7 @@ const getPgData = async _ref3 => {
22679
22679
  let {
22680
22680
  scopeThis
22681
22681
  } = _ref3;
22682
- const result = await ly0request$1.ly0.storpro({
22682
+ const result = await ly0request$1.storpro({
22683
22683
  storproName: scopeThis.storpro.getPgData,
22684
22684
  data: scopeThis.pgData && scopeThis.pgData.query ? scopeThis.pgData.query : null
22685
22685
  });
@@ -22797,7 +22797,7 @@ const submitInsertOne = async _ref0 => {
22797
22797
  cancelButtonText: '取消',
22798
22798
  type: 'warning' // 警告图标
22799
22799
  });
22800
- const result = await ly0request$1.ly0.storpro({
22800
+ const result = await ly0request$1.storpro({
22801
22801
  storproName: scopeThis.storpro.insertOne,
22802
22802
  data: scopeThis.formData
22803
22803
  });
@@ -22829,7 +22829,7 @@ const submitUpdateOne = async _ref1 => {
22829
22829
  cancelButtonText: '取消',
22830
22830
  type: 'warning' // 警告图标
22831
22831
  });
22832
- const result = await ly0request$1.ly0.storpro({
22832
+ const result = await ly0request$1.storpro({
22833
22833
  storproName: scopeThis.storpro.updateOne,
22834
22834
  data: scopeThis.formData
22835
22835
  });
@@ -22865,7 +22865,7 @@ const submitDeleteOne = async _ref10 => {
22865
22865
  cancelButtonText: '取消',
22866
22866
  type: 'warning' // 警告图标
22867
22867
  });
22868
- const result = await ly0request$1.ly0.storpro({
22868
+ const result = await ly0request$1.storpro({
22869
22869
  storproName: scopeThis.storpro.deleteOne,
22870
22870
  data: formData // 继承行记录的值
22871
22871
  });