Merge remote-tracking branch 'origin/dev_20230829_change' into dev_20230829_change

This commit is contained in:
zyn
2023-11-29 17:52:28 +08:00
@@ -2662,7 +2662,7 @@ export default {
region: '2T8PFTSYE7',
issueUnit: '', //
assemClass: '',
isRelateAccess: '1', //
isRelateAccess: '0', //
id: '',
standType: 'INLAND', //
country: 'CN',
@@ -4365,7 +4365,7 @@ export default {
const item = JSON.parse(sessionStorage.getItem('STAND_INLAND'))
this.sarStandardsInfoEO = item ? item : {...this.defaultSarStandardsInfoEO}
this.sarStandardsInfoEO.menuId = this.selectSarMenu.id
this.sarStandardsInfoEO.isRelateAccess = '1'
this.sarStandardsInfoEO.isRelateAccess = '0'
this.formdisableflag = false
this.modalshowtitle = '新增国内标准'
this.addOrUPdateFlag = 1