mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-25 07:12:53 +08:00
Merge branch 'dev_1220' into release/1226
This commit is contained in:
@@ -268,7 +268,8 @@ export default {
|
||||
JSON.parse(window.localStorage.getItem('saleInsuredPersonInfo')).relationToAppnt +
|
||||
'&signInvalid=' +
|
||||
sessionStorage.getItem('signInvalid') +
|
||||
'&airSign=1'
|
||||
'&airSign=1' +
|
||||
'&changeCard=0'
|
||||
}
|
||||
})
|
||||
} else {
|
||||
|
||||
@@ -737,7 +737,7 @@ export default {
|
||||
that.insuredSign.push(item) //被保
|
||||
}
|
||||
})
|
||||
if (!that.changeCard || this.$route.query.changeCard != '0') {
|
||||
if (!that.changeCard) {
|
||||
//将投保人数组排序
|
||||
that.appntSign.sort(function(a, b) {
|
||||
return a.key - b.key
|
||||
|
||||
Reference in New Issue
Block a user