@yoooloo42/joker 1.0.263 → 1.0.264

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
@@ -48203,14 +48203,15 @@ const scopeThis = vue.reactive({
48203
48203
  });
48204
48204
 
48205
48205
  vue.onMounted(async ()=>{
48206
+ scopeThis.queryInit.formData.id_business = scopeThis.initBox.id_business;
48207
+ scopeThis.queryInit.formData.businesstype_code = scopeThis.initBox.businesstype_code;
48208
+ await withTable.init({scopeThis});
48206
48209
  const txt = scopeThis.pgData.arrBusinessType.find(i=>{
48207
48210
  return i.code === scopeThis.initBox.businesstype_code
48208
48211
  }).text;
48209
- scopeThis.queryInit.formData.id_business = scopeThis.initBox.id_business;
48210
- scopeThis.queryInit.formData.businesstype_code = scopeThis.initBox.businesstype_code;
48211
48212
  scopeThis.initBox.popup.title = '支付记录[' + txt + '] - 订单id: ' + scopeThis.initBox.id_business;
48212
- await withTable.init({scopeThis});
48213
48213
  });
48214
+
48214
48215
  const style = vue.ref({
48215
48216
  amount: {
48216
48217
  textAlign: 'center',