From f72af3b32e81f09db528b9a2bf5972d51a607587 Mon Sep 17 00:00:00 2001 From: super_liu <396572590@qq.com> Date: Fri, 6 Aug 2021 09:38:02 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B5=B7=E5=A4=96=E6=A0=87=E5=87=86=20?= =?UTF-8?q?=E6=94=B6=E8=97=8F=20=E9=BB=98=E8=AE=A4=E4=BC=A0=E7=94=A8?= =?UTF-8?q?=E6=88=B7ID?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../foreignStandardsAndRegulations/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue index ee0c6fc78..cbbff74d1 100644 --- a/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue +++ b/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue @@ -3118,6 +3118,7 @@ export default { formData.collectMenuId = undefined } formData.standType = 'FOREIGN' + formData.userId = this.$store.getters.userInfo.userId this.SarExportSearchEo = formData this.$http.get('sarStandardsInfo/sar-standards-info/getSarStandardsInfoPage', formData, { _this: this, loading: 'loading'