@qqt-product/ui 11.0.8 → 11.0.10
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 +2 -2
- package/dist/index.umd.js +2 -2
- 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;
|
|
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));
|
|
@@ -61055,7 +61055,7 @@ function useAuditConfigHook(r, n) {
|
|
|
61055
61055
|
option: Dn,
|
|
61056
61056
|
taskId: er,
|
|
61057
61057
|
priority: ur,
|
|
61058
|
-
|
|
61058
|
+
userId: Pn,
|
|
61059
61059
|
userName: Ie
|
|
61060
61060
|
};
|
|
61061
61061
|
Gn.value = !0, c.value = s(Hr), o.post({ url: $n, data: Hr }).then((Mr) => {
|