This commit is contained in:
zhutianqi
2022-03-01 15:28:16 +08:00
parent 710b7820e7
commit 49976f8a75
2 changed files with 4 additions and 2 deletions
@@ -2712,7 +2712,8 @@ export default {
this.replaceLawsNumForm.quoteIdList = ''
}
if(this.replaceLawType === 'cbbh') {
this.replaceLawsNumForm.standType = 'FOREIGN'
this.replaceLawsNumForm.standType = ''
// this.replaceLawsNumForm.standType = 'FOREIGN'
} else {
this.replaceLawsNumForm.standType = '' // this.form.standInData === '1' ? 'FOREIGN' : 'INLAND'
}
@@ -2168,7 +2168,8 @@ export default {
this.replaceLawsNumForm.quoteIdList = ''
}
if (this.replaceLawType === 'cbbh') {
this.replaceLawsNumForm.standType = 'FOREIGN'
this.replaceLawsNumForm.standType = ''
// this.replaceLawsNumForm.standType = 'FOREIGN'
} else {
this.replaceLawsNumForm.standType = '' // this.form.standInData === '1' ? 'FOREIGN' : 'INLAND'
}