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