From edb7de23b612460eb30d0e39b37e2a515120b88e Mon Sep 17 00:00:00 2001 From: v_yutyi Date: Fri, 25 Nov 2022 10:31:59 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=94=A8=E6=88=B7=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E8=BD=AC=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/src/views/organization/details/InputString.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/src/views/organization/details/InputString.vue b/src/pages/src/views/organization/details/InputString.vue index 978bd6083..377beadfd 100644 --- a/src/pages/src/views/organization/details/InputString.vue +++ b/src/pages/src/views/organization/details/InputString.vue @@ -59,7 +59,7 @@ export default { methods: { // 失焦验证 verifyInput(item) { - item.value = this.$xss(item.value); + item.value = item.value.replace(//g, '>'); if (!item.require) { return; }