fix: 代替标准号查询修改

This commit is contained in:
wxyclub
2024-07-24 11:52:54 +08:00
parent 3e92dcd50c
commit 56973db005
2 changed files with 3 additions and 1 deletions
@@ -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 => {
@@ -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