@yoooloo42/joker 1.0.265 → 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.cjs.js CHANGED
@@ -48206,6 +48206,10 @@ vue.onMounted(async ()=>{
48206
48206
  scopeThis.queryInit.formData.id_business = scopeThis.initBox.id_business;
48207
48207
  scopeThis.queryInit.formData.businesstype_code = scopeThis.initBox.businesstype_code;
48208
48208
  await withTable.init({scopeThis});
48209
+
48210
+ console.log('测试 222', scopeThis.pgData);
48211
+ console.log('测试 333', scopeThis.pgData.arrBusinessType);
48212
+
48209
48213
  const txt = scopeThis.pgData.arrBusinessType.find(i=>{
48210
48214
 
48211
48215
  console.log('测试 000', i);