Merge branch 'dev_1220' into release/1226

This commit is contained in:
zhouna
2019-12-27 16:41:31 +08:00
2 changed files with 3 additions and 2 deletions

View File

@@ -268,7 +268,8 @@ export default {
JSON.parse(window.localStorage.getItem('saleInsuredPersonInfo')).relationToAppnt +
'&signInvalid=' +
sessionStorage.getItem('signInvalid') +
'&airSign=1'
'&airSign=1' +
'&changeCard=0'
}
})
} else {

View File

@@ -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