Merge remote-tracking branch 'origin/dev_20230829_change' into dev_20230829_change
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user