flame-plus 1.5.81 → 1.5.82
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.
|
@@ -43738,7 +43738,7 @@ function qre(t, e) {
|
|
|
43738
43738
|
const n = Hre(e);
|
|
43739
43739
|
return t.map((r) => r.prop !== "tableAction" || Kre(r) ? r : {
|
|
43740
43740
|
...r,
|
|
43741
|
-
width: `${n}px`
|
|
43741
|
+
"min-width": `${n}px`
|
|
43742
43742
|
});
|
|
43743
43743
|
}
|
|
43744
43744
|
function Gre(t, e) {
|
|
@@ -43885,12 +43885,9 @@ function WR(t, e, n = {}) {
|
|
|
43885
43885
|
}, b = (w) => {
|
|
43886
43886
|
ho.flameRequest({
|
|
43887
43887
|
projectName: t.projectName,
|
|
43888
|
-
tableName: "
|
|
43889
|
-
flameMethod: "
|
|
43890
|
-
data: {
|
|
43891
|
-
conditions: { config_group_code: t.customSysConfigParams },
|
|
43892
|
-
fields: ["config_group_code", "config_value", "config_name", "flame_id", "bak_05"]
|
|
43893
|
-
}
|
|
43888
|
+
tableName: "Websysflamerole",
|
|
43889
|
+
flameMethod: "pageSearch",
|
|
43890
|
+
data: { page_no: 1, page_size: 20, conditions: {}, ref_level: 1, order_by: " flame_id desc " }
|
|
43894
43891
|
}).then((R) => {
|
|
43895
43892
|
if (!vi(R, "请求失败"))
|
|
43896
43893
|
return;
|