@yoooloo42/joker 1.0.267 → 1.0.269
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 +6 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +6 -2
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -22893,8 +22893,9 @@ 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
|
-
await
|
|
22898
|
+
await refresh({
|
|
22898
22899
|
scopeThis
|
|
22899
22900
|
});
|
|
22900
22901
|
};
|
|
@@ -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": "
|
|
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,
|