@yoooloo42/joker 1.0.266 → 1.0.268

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
@@ -22893,6 +22893,7 @@ const currentPageChange = async _ref4 => {
22893
22893
  currentPage,
22894
22894
  scopeThis
22895
22895
  } = _ref4;
22896
+ console.log('joker测试 111', currentPage);
22896
22897
  scopeThis.query.currentPage = currentPage;
22897
22898
  await reload({
22898
22899
  scopeThis
@@ -42097,6 +42098,9 @@ const hdl = {
42097
42098
  }
42098
42099
  },
42099
42100
  async currentPageChange(currentPage) {
42101
+
42102
+ console.log('joker测试 000', currentPage);
42103
+
42100
42104
  // 当前页码改变
42101
42105
  tableData_box.currentPage = currentPage;
42102
42106
  if(tableProps_box.table.hdlCurrentPageChange){
@@ -42314,7 +42318,7 @@ return (_ctx, _cache) => {
42314
42318
  stripe: "",
42315
42319
  border: "",
42316
42320
  "element-loading-text": "tableProps_box.table.loading.text",
42317
- "element-loading-spinner": " tableProps_box.table.loading.spinner",
42321
+ "element-loading-spinner": "tableProps_box.table.loading.spinner",
42318
42322
  "element-loading-background": "tableProps_box.table.loading.background",
42319
42323
  onCellMouseEnter: hdl.cellMouseEnter,
42320
42324
  onRowClick: hdl.rowClick,
@@ -48186,10 +48190,13 @@ const scopeThis = reactive({
48186
48190
  find,
48187
48191
  doc,
48188
48192
  pgData: {
48189
- arrBusinessType: [],
48190
- arrProcess: [],
48191
- arrMethod: [],
48192
- arrStatus: []
48193
+ query: null,
48194
+ data: {
48195
+ arrBusinessType: [],
48196
+ arrProcess: [],
48197
+ arrMethod: [],
48198
+ arrStatus: []
48199
+ }
48193
48200
  },
48194
48201
  initBox: props.myProps,
48195
48202
  amountBox: computed(()=>{
@@ -48202,15 +48209,7 @@ onMounted(async ()=>{
48202
48209
  scopeThis.queryInit.formData.id_business = scopeThis.initBox.id_business;
48203
48210
  scopeThis.queryInit.formData.businesstype_code = scopeThis.initBox.businesstype_code;
48204
48211
  await withTable.init({scopeThis});
48205
-
48206
- console.log('测试 222', scopeThis.pgData);
48207
- console.log('测试 333', scopeThis.pgData.arrBusinessType);
48208
-
48209
- const txt = scopeThis.pgData.arrBusinessType.find(i=>{
48210
-
48211
- console.log('测试 000', i);
48212
- console.log('测试 111', scopeThis.initBox.businesstype_code);
48213
-
48212
+ const txt = scopeThis.pgData.data.arrBusinessType.find(i=>{
48214
48213
  return i.code === scopeThis.initBox.businesstype_code
48215
48214
  }).text;
48216
48215
  scopeThis.initBox.popup.title = '支付记录[' + txt + '] - 订单id: ' + scopeThis.initBox.id_business;