Browse Source

Merge pull request #6848 in DESIGN/design from release/11.0 to feature/x

* commit '192229cbd393cb1da025e57aa0dda2c4366839a7':
  REPORT-63102 公式编辑器优化,多行函数错误返回值异常 1.定制一个没有newline的frformulalexer
  REPORT-62477 组件复用-10设计器在线组件预期不能看到11组件
feature/x
superman 3 years ago
parent
commit
3b63555682
  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