flame-plus 1.5.80 → 1.5.81
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.
|
@@ -43885,9 +43885,12 @@ function WR(t, e, n = {}) {
|
|
|
43885
43885
|
}, b = (w) => {
|
|
43886
43886
|
ho.flameRequest({
|
|
43887
43887
|
projectName: t.projectName,
|
|
43888
|
-
tableName: "
|
|
43889
|
-
flameMethod: "
|
|
43890
|
-
data: {
|
|
43888
|
+
tableName: "websysconfig",
|
|
43889
|
+
flameMethod: "allSearch",
|
|
43890
|
+
data: {
|
|
43891
|
+
conditions: { config_group_code: t.customSysConfigParams },
|
|
43892
|
+
fields: ["config_group_code", "config_value", "config_name", "flame_id", "bak_05"]
|
|
43893
|
+
}
|
|
43891
43894
|
}).then((R) => {
|
|
43892
43895
|
if (!vi(R, "请求失败"))
|
|
43893
43896
|
return;
|