From aa6beffbd5cb8f78423f2d561eaa1b58c2b96373 Mon Sep 17 00:00:00 2001 From: zhangshuaibao <15731629597@163.com> Date: 星期四, 18 三月 2021 17:19:26 +0800 Subject: [PATCH] 完善左上角工具栏点击状态 --- src/components/helpers/WfsHelper.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/helpers/WfsHelper.js b/src/components/helpers/WfsHelper.js index 3208ca8..9cac21f 100644 --- a/src/components/helpers/WfsHelper.js +++ b/src/components/helpers/WfsHelper.js @@ -23,7 +23,7 @@ } this.addLike = (property, literal) => { - var filter = '<PropertyIsLike><PropertyName>' + property + '</PropertyName><Literal>' + literal + '</Literal></PropertyIsLike>' + var filter = '<PropertyIsLike><PropertyName>' + property + '</PropertyName><Literal>*' + literal + '*</Literal></PropertyIsLike>' this.filters.push(filter) } -- Gitblit v1.8.0