@qqt-product/ui 11.0.7 → 11.0.8
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.es.js +1 -1
- package/dist/index.umd.js +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -19870,7 +19870,7 @@ const DICT_TEXT = "_dictText", DICT_TEXT_REG = /_dictText/, SPLIT_SIGN = "\u2665
|
|
|
19870
19870
|
};
|
|
19871
19871
|
let nr = ref([]), ar = ref([]);
|
|
19872
19872
|
const Dn = ({ url: cr, params: Zr, columns: gr, selectModal: Fr = "multiple", requestMethod: Ia = "get" }) => {
|
|
19873
|
-
Mr(), p.url = cr, p.params = { ...p.params, ...Zr }, Hr(), Be.currentPage = 1;
|
|
19873
|
+
Mr(), p.url = cr, p.params = { ...p.params, ...Zr }, Hr(), Be.currentPage = 1, Be.pageSize = 10;
|
|
19874
19874
|
let jr = [...gr];
|
|
19875
19875
|
jr.unshift({ type: "seq", title: o("i18n_title_seq", "\u5E8F\u53F7"), align: "center", width: 50 }), Y.value = Fr || Y.value, Y.value === "single" ? jr.unshift({ type: "radio", align: "center", width: 45 }) : Y.value === "multiple" && jr.unshift({ type: "checkbox", align: "center", width: 45 }), jr.forEach((ba) => {
|
|
19876
19876
|
ba.fieldLabelI18nKey && ba.fieldLabelI18nKey.length && (ba.title = o(ba.fieldLabelI18nKey, ba.title));
|