flame-plus 1.5.78 → 1.5.79
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.
|
@@ -43831,12 +43831,9 @@ function WR(t, e, n = {}) {
|
|
|
43831
43831
|
}, v = (E) => {
|
|
43832
43832
|
ho.flameRequest({
|
|
43833
43833
|
projectName: t.projectName,
|
|
43834
|
-
tableName: "
|
|
43835
|
-
flameMethod: "
|
|
43836
|
-
data: {
|
|
43837
|
-
conditions: { config_group_code: t.customSysConfigParams },
|
|
43838
|
-
fields: ["config_group_code", "config_value", "config_name", "flame_id", "bak_05"]
|
|
43839
|
-
}
|
|
43834
|
+
tableName: "Webmastersparkformcategory",
|
|
43835
|
+
flameMethod: "pageSearch",
|
|
43836
|
+
data: { page_no: 1, page_size: 20, conditions: {}, ref_level: 1, order_by: " flame_id DESC " }
|
|
43840
43837
|
}).then((k) => {
|
|
43841
43838
|
if (!vi(k, "请求失败"))
|
|
43842
43839
|
return;
|