调整部分显示样式
This commit is contained in:
@@ -286,6 +286,11 @@ export default {
|
||||
this.quoteIdList1 = []
|
||||
this.replaceLawsNumForm.quoteIdList = ''
|
||||
}
|
||||
if (this.config.attrField === 'CBBH') {
|
||||
this.replaceLawsNumForm.standType = 'FOREIGN'
|
||||
} else {
|
||||
this.replaceLawsNumForm.standType = ''
|
||||
}
|
||||
// this.replaceLawsNumForm.standType = this.config.attrField === 'CBBH' ? 'FOREIGN' : 'INLAND'
|
||||
this.$http.get('sarStandardsInfo/sar-standards-info/getSarStandardsInfoPage', this.replaceLawsNumForm, {
|
||||
_this: this,
|
||||
|
||||
Reference in New Issue
Block a user