From a17c9dfc8d2b3ec964a0ea71e4f9d9f6df7ae66d Mon Sep 17 00:00:00 2001 From: "zhaokaiyao@91isoft.com" <6922339zky> Date: Fri, 27 Aug 2021 16:16:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BD=E5=A4=96=E6=A0=87=E5=87=86-getAreaLis?= =?UTF-8?q?t-FOREIGN=5FSTAND?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../foreignStandardsAndRegulations/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue index 9a4e7820a..3ee6d83d5 100644 --- a/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue +++ b/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue @@ -4105,7 +4105,7 @@ export default { queryDisplayLocation () { return new Promise((resolve, reject) => { this.$http.get('lawssBase/utArea/getAreaList', { - sarType: 'INLAND_STAND' + sarType: 'FOREIGN_STAND' }, { _this: this }, res => {