调整部分显示样式

This commit is contained in:
shenyanpei
2022-01-19 15:45:04 +08:00
parent 1545e16795
commit 530422198e
3 changed files with 11 additions and 6 deletions
@@ -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,