Browse Source

REPORT-62477 组件复用-10设计器在线组件预期不能看到11组件

【问题原因】
10.0设计器代码不做改动,因此需要修改商城相关接口,修改后原商城的
filter接口将不再返回设计器版本过滤条件,因此11.0的设计器需使用
新的接口以获取包含设计器版本的过滤条件

【改动思路】
11.0设计器上使用新接口获取过滤条件
bugfix/11.0
Starryi 3 years ago
parent
commit
5ca264ee8b
  1. 2
      designer-form/src/main/java/com/fr/design/mainframe/share/util/OnlineShopUtils.java

2
designer-form/src/main/java/com/fr/design/mainframe/share/util/OnlineShopUtils.java

@ -54,7 +54,7 @@ public class OnlineShopUtils {
}
private static String getWidgetFilterPath() {
return StableUtils.pathJoin(getReuInfoPath(), "filter");
return StableUtils.pathJoin(getReuInfoPath(), "/all/filter/");
}
private static String getGetCompositeSortParaPath() {

Loading…
Cancel
Save