From 56973db00531363fbc5a60d056e8aed4a6e258d4 Mon Sep 17 00:00:00 2001 From: wxyclub Date: Wed, 24 Jul 2024 11:52:54 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BB=A3=E6=9B=BF=E6=A0=87=E5=87=86?= =?UTF-8?q?=E5=8F=B7=E6=9F=A5=E8=AF=A2=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/details/otherBussStandardDetails/index.vue | 3 ++- src/pages/details/otherStandardDetails/index.vue | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/pages/details/otherBussStandardDetails/index.vue b/src/pages/details/otherBussStandardDetails/index.vue index 612a5bd51..fd9b64b2d 100644 --- a/src/pages/details/otherBussStandardDetails/index.vue +++ b/src/pages/details/otherBussStandardDetails/index.vue @@ -2806,7 +2806,8 @@ export default { showReplaceStandInfo (item) { // this.replaceStandInfoEO.standType = this.sarStandardsInfoEO.standType this.$http.get('sarStandardsInfo/sar-standards-info/queryInfoByStandNum', { - standNumber: item + standNumber: item, + standType: 'BUSS' }, { _this: this }, res => { diff --git a/src/pages/details/otherStandardDetails/index.vue b/src/pages/details/otherStandardDetails/index.vue index cab3f240a..8175568b0 100644 --- a/src/pages/details/otherStandardDetails/index.vue +++ b/src/pages/details/otherStandardDetails/index.vue @@ -2854,6 +2854,7 @@ export default { // 代替标准编号 showReplaceStandInfo(item) { this.replaceStandInfoEO.standNumber = item + this.replaceStandInfoEO.standType = this.$route.params.pageType=='INLAND_STAND'?'INLAND':'FOREIGN' // this.replaceStandInfoEO.standType = this.sarStandardsInfoEO.standType this.$http.get('sarStandardsInfo/sar-standards-info/queryInfoByStandNum', this.replaceStandInfoEO, { _this: this