@yoooloo42/joker 1.0.264 → 1.0.266

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.esm.js CHANGED
@@ -48202,7 +48202,15 @@ onMounted(async ()=>{
48202
48202
  scopeThis.queryInit.formData.id_business = scopeThis.initBox.id_business;
48203
48203
  scopeThis.queryInit.formData.businesstype_code = scopeThis.initBox.businesstype_code;
48204
48204
  await withTable.init({scopeThis});
48205
+
48206
+ console.log('测试 222', scopeThis.pgData);
48207
+ console.log('测试 333', scopeThis.pgData.arrBusinessType);
48208
+
48205
48209
  const txt = scopeThis.pgData.arrBusinessType.find(i=>{
48210
+
48211
+ console.log('测试 000', i);
48212
+ console.log('测试 111', scopeThis.initBox.businesstype_code);
48213
+
48206
48214
  return i.code === scopeThis.initBox.businesstype_code
48207
48215
  }).text;
48208
48216
  scopeThis.initBox.popup.title = '支付记录[' + txt + '] - 订单id: ' + scopeThis.initBox.id_business;