@fecp/mobile 1.0.29 → 1.0.31

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.
@@ -51,10 +51,11 @@ const _sfc_main = {
51
51
  const finished = ref(false);
52
52
  const error = ref(false);
53
53
  const loading = ref(false);
54
- let pageNo = 0;
54
+ let pageNo = 1;
55
55
  const dataSource = useDataSource(props.dataSource);
56
56
  if (dataSource) {
57
57
  tableData.value = [];
58
+ call();
58
59
  }
59
60
  function onLoad() {
60
61
  if (dataSource) {
@@ -53,10 +53,11 @@ const _sfc_main = {
53
53
  const finished = vue.ref(false);
54
54
  const error = vue.ref(false);
55
55
  const loading = vue.ref(false);
56
- let pageNo = 0;
56
+ let pageNo = 1;
57
57
  const dataSource = dataSourceUtil.useDataSource(props.dataSource);
58
58
  if (dataSource) {
59
59
  tableData.value = [];
60
+ call();
60
61
  }
61
62
  function onLoad() {
62
63
  if (dataSource) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fecp/mobile",
3
- "version": "1.0.29",
3
+ "version": "1.0.31",
4
4
  "main": "lib/packages/mobile/index.js",
5
5
  "module": "es/packages/mobile/index.mjs",
6
6
  "files": [