cimos7-vue3-common 0.4.32 → 0.4.34

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.
@@ -84527,7 +84527,7 @@ const pEe = {
84527
84527
  required: !1
84528
84528
  }
84529
84529
  },
84530
- emits: ["row-click", "update:modelValue", "search", "reset", "loadSuccess"],
84530
+ emits: ["row-click", "update:modelValue", "search", "reset", "loadSuccess", "loadData"],
84531
84531
  setup(e, { expose: r, emit: a }) {
84532
84532
  const d = _e(null), f = _e([]), w = e, v = a, b = _e([]), W = _e({}), x = (le, we, Ce, ce) => {
84533
84533
  v("row-click", le, we, Ce, ce);
@@ -84563,7 +84563,7 @@ const pEe = {
84563
84563
  }, D = () => {
84564
84564
  if (w.tableData) {
84565
84565
  let le = ue({}, W.value);
84566
- w.formatParams && (le = w.formatParams(le)), v("loadList", P, le);
84566
+ w.formatParams && (le = w.formatParams(le)), v("loadData", P, le);
84567
84567
  }
84568
84568
  }, { pageInfo: P, pageSizes: U, ResetPage: G, PageIndexChange: ee, PageSizeChange: Z, ReduceCount: q } = QEe(A, D);
84569
84569
  w.resetPage ? G(w.resetPage) : A();