@yoooloo42/joker 1.0.271 → 1.0.273
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 +3 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +3 -2
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -22887,7 +22887,7 @@ const pageSizeChange = async _ref3 => {
|
|
|
22887
22887
|
} = _ref3;
|
|
22888
22888
|
scopeThis.query.pageSize = pageSize;
|
|
22889
22889
|
scopeThis.query.currentPage = 1;
|
|
22890
|
-
await
|
|
22890
|
+
await refresh({
|
|
22891
22891
|
scopeThis
|
|
22892
22892
|
});
|
|
22893
22893
|
};
|
|
@@ -42137,8 +42137,8 @@ const hdl = {
|
|
|
42137
42137
|
return ''
|
|
42138
42138
|
}
|
|
42139
42139
|
},
|
|
42140
|
+
// 页记录数改变
|
|
42140
42141
|
async pageSizeChange(pageSize) {
|
|
42141
|
-
// 页记录数改变
|
|
42142
42142
|
tableData_box.pageSize = pageSize;
|
|
42143
42143
|
tableData_box.currentPage = 1;
|
|
42144
42144
|
if(tableProps_box.table.hdlPageSizeChange){
|
|
@@ -42626,6 +42626,7 @@ var ly0default$1 = {
|
|
|
42626
42626
|
order: ""
|
|
42627
42627
|
},
|
|
42628
42628
|
pageSize: 10,
|
|
42629
|
+
pageSizes: [10, 20, 30, 40],
|
|
42629
42630
|
currentPage: 1
|
|
42630
42631
|
}
|
|
42631
42632
|
};
|