From 066154ff909356618fe9a4195c44fa403d597f27 Mon Sep 17 00:00:00 2001 From: shenyanpei Date: Sat, 25 Dec 2021 10:38:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=81=E6=A0=87=E5=BA=93=E6=B8=85=E7=A9=BA?= =?UTF-8?q?=E3=80=81=E5=88=A0=E9=99=A4=E5=88=B7=E6=96=B0=EF=BC=8C=E6=B5=B7?= =?UTF-8?q?=E5=A4=96=E5=BA=93=E5=AF=BC=E5=87=BA=E5=AD=97=E6=AE=B5=E9=99=90?= =?UTF-8?q?=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/EnterpriseStandardDatabase.vue | 2 ++ .../foreignStandardsAndRegulations/index.vue | 6 +++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue b/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue index 04a0db39c..a01cb630d 100644 --- a/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue +++ b/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue @@ -2499,6 +2499,7 @@ export default { type: 'success', message: "删除成功" }) + this.getBussionStandTable() this.selectMenuList() }else { this.$message({ @@ -3812,6 +3813,7 @@ export default { this.sarBussionessSearch.advanceSearchVOStr = '' this.sarBussionessSearch.standEnName='' this.isAdvancedSearch = false + this.getBussionStandTable() } else if (flag === 2) { // 标准条目搜索 // 标准条目搜索 diff --git a/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue index 2b57a4bd7..6297e79dc 100644 --- a/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue +++ b/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue @@ -387,7 +387,7 @@ - + @@ -2471,6 +2471,10 @@ export default { } }, methods: { + // 限制导出框输入的字符 + btKeyUp(e) { + e.target.value = e.target.value.replace(/[`~!@#$%^&*()\+=<>?"{}|,\/;'\\[\]·~!@#¥%……&*()——\+={}|《》?:“”【】、;‘’,。、. <>]/g,""); + }, // 左右拖动事件 dragControllerLR: function() { var resize = document.getElementById("resize");