sctj-components 1.0.39 → 1.0.40
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/lib/sctj-components.es.js +19 -20
- package/lib/sctj-components.umd.js +1 -1
- package/lib/style.css +1 -1
- package/package.json +1 -1
|
@@ -1424,7 +1424,7 @@ const _sfc_main$k = {
|
|
|
1424
1424
|
}
|
|
1425
1425
|
};
|
|
1426
1426
|
const SCTJTreeSelect = /* @__PURE__ */ _export_sfc(_sfc_main$k, [["__scopeId", "data-v-a2fe1763"]]);
|
|
1427
|
-
const
|
|
1427
|
+
const index_vue_vue_type_style_index_0_scoped_65f9fa9b_lang = "";
|
|
1428
1428
|
const _hoisted_1$e = { class: "table-container" };
|
|
1429
1429
|
const _sfc_main$j = {
|
|
1430
1430
|
__name: "index",
|
|
@@ -1636,14 +1636,13 @@ const _sfc_main$j = {
|
|
|
1636
1636
|
const res = typeof props.request == "function" ? await props.request({
|
|
1637
1637
|
...page,
|
|
1638
1638
|
...props.requestParams
|
|
1639
|
-
}) : await fetch(
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
}
|
|
1645
|
-
|
|
1646
|
-
});
|
|
1639
|
+
}) : await fetch(
|
|
1640
|
+
`${props.request}${props.request.includes("?") ? "&" : "?"}${new URLSearchParams({ ...page, ...props.requestParams }).toString()}`,
|
|
1641
|
+
{
|
|
1642
|
+
method: "GET",
|
|
1643
|
+
headers: props.headers || {}
|
|
1644
|
+
}
|
|
1645
|
+
);
|
|
1647
1646
|
baseData.value = res == null ? void 0 : res[realResponseConfig.value.list];
|
|
1648
1647
|
tableData.value = props.handleList ? props.handleList(res == null ? void 0 : res[realResponseConfig.value.list]) : res == null ? void 0 : res[realResponseConfig.value.list];
|
|
1649
1648
|
emit("requestSuccess", tableData.value, baseData.value);
|
|
@@ -1757,7 +1756,7 @@ const _sfc_main$j = {
|
|
|
1757
1756
|
};
|
|
1758
1757
|
}
|
|
1759
1758
|
};
|
|
1760
|
-
const SCTJTable = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["__scopeId", "data-v-
|
|
1759
|
+
const SCTJTable = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["__scopeId", "data-v-65f9fa9b"]]);
|
|
1761
1760
|
const index_vue_vue_type_style_index_0_scoped_45fb95db_lang = "";
|
|
1762
1761
|
const _sfc_main$i = {};
|
|
1763
1762
|
const _hoisted_1$d = { class: "table-container" };
|
|
@@ -1957,8 +1956,8 @@ const _sfc_main$g = {
|
|
|
1957
1956
|
}
|
|
1958
1957
|
};
|
|
1959
1958
|
const SCTJTableTopActionContainer = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["__scopeId", "data-v-056cfdde"]]);
|
|
1960
|
-
const
|
|
1961
|
-
const _withScopeId$4 = (n) => (pushScopeId("data-v-
|
|
1959
|
+
const index_vue_vue_type_style_index_0_scoped_f612d525_lang = "";
|
|
1960
|
+
const _withScopeId$4 = (n) => (pushScopeId("data-v-f612d525"), n = n(), popScopeId(), n);
|
|
1962
1961
|
const _hoisted_1$b = {
|
|
1963
1962
|
key: 0,
|
|
1964
1963
|
class: "search-container"
|
|
@@ -2116,13 +2115,13 @@ const _sfc_main$f = {
|
|
|
2116
2115
|
var _a, _b;
|
|
2117
2116
|
try {
|
|
2118
2117
|
loading.value = true;
|
|
2119
|
-
let res = typeof props.request == "function" ? await props.request(queryParams.value) : await fetch(
|
|
2120
|
-
|
|
2121
|
-
|
|
2122
|
-
|
|
2123
|
-
|
|
2124
|
-
|
|
2125
|
-
|
|
2118
|
+
let res = typeof props.request == "function" ? await props.request(queryParams.value) : await fetch(
|
|
2119
|
+
`${props.request}${props.request.includes("?") ? "&" : "?"}${new URLSearchParams(queryParams.value).toString()}`,
|
|
2120
|
+
{
|
|
2121
|
+
method: "GET",
|
|
2122
|
+
headers: props.headers || {}
|
|
2123
|
+
}
|
|
2124
|
+
);
|
|
2126
2125
|
if (res.code !== 200)
|
|
2127
2126
|
return;
|
|
2128
2127
|
dataList.value = (_b = (_a = res == null ? void 0 : res.rows) != null ? _a : res.data) != null ? _b : [];
|
|
@@ -2477,7 +2476,7 @@ const _sfc_main$f = {
|
|
|
2477
2476
|
};
|
|
2478
2477
|
}
|
|
2479
2478
|
};
|
|
2480
|
-
const SCTJDialogTable = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["__scopeId", "data-v-
|
|
2479
|
+
const SCTJDialogTable = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["__scopeId", "data-v-f612d525"]]);
|
|
2481
2480
|
const index_vue_vue_type_style_index_0_scoped_80cb4921_lang = "";
|
|
2482
2481
|
const _hoisted_1$a = { style: { "background": "#fff" } };
|
|
2483
2482
|
const _sfc_main$e = {
|