From 83944bc2dc0f9953566ed592b298c33fb3dd3f2e Mon Sep 17 00:00:00 2001 From: YANGDL <114714267@qq.com> Date: 星期六, 13 三月 2021 20:24:56 +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