fix: 代替标准号查询修改
This commit is contained in:
@@ -2806,7 +2806,8 @@ export default {
|
|||||||
showReplaceStandInfo (item) {
|
showReplaceStandInfo (item) {
|
||||||
// this.replaceStandInfoEO.standType = this.sarStandardsInfoEO.standType
|
// this.replaceStandInfoEO.standType = this.sarStandardsInfoEO.standType
|
||||||
this.$http.get('sarStandardsInfo/sar-standards-info/queryInfoByStandNum', {
|
this.$http.get('sarStandardsInfo/sar-standards-info/queryInfoByStandNum', {
|
||||||
standNumber: item
|
standNumber: item,
|
||||||
|
standType: 'BUSS'
|
||||||
}, {
|
}, {
|
||||||
_this: this
|
_this: this
|
||||||
}, res => {
|
}, res => {
|
||||||
|
|||||||
@@ -2854,6 +2854,7 @@ export default {
|
|||||||
// 代替标准编号
|
// 代替标准编号
|
||||||
showReplaceStandInfo(item) {
|
showReplaceStandInfo(item) {
|
||||||
this.replaceStandInfoEO.standNumber = item
|
this.replaceStandInfoEO.standNumber = item
|
||||||
|
this.replaceStandInfoEO.standType = this.$route.params.pageType=='INLAND_STAND'?'INLAND':'FOREIGN'
|
||||||
// this.replaceStandInfoEO.standType = this.sarStandardsInfoEO.standType
|
// this.replaceStandInfoEO.standType = this.sarStandardsInfoEO.standType
|
||||||
this.$http.get('sarStandardsInfo/sar-standards-info/queryInfoByStandNum', this.replaceStandInfoEO, {
|
this.$http.get('sarStandardsInfo/sar-standards-info/queryInfoByStandNum', this.replaceStandInfoEO, {
|
||||||
_this: this
|
_this: this
|
||||||
|
|||||||
Reference in New Issue
Block a user