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");