commit
This commit is contained in:
@@ -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'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user