Merge branch 'dev_1220' into dev

This commit is contained in:
皮伟
2019-12-23 15:12:11 +08:00
2 changed files with 3 additions and 1 deletions

View File

@@ -831,7 +831,8 @@ export default {
this.$jump({
flag: 'h5',
extra: {
url: location.origin + '/#/sale/beneficiary'
url: location.origin + '/#/sale/beneficiary',
needRefresh: '1'
},
routerInfo: {
path: '/sale/beneficiary'

View File

@@ -78,6 +78,7 @@ export default {
if (localStorage.fromAddBeneficiaryInfo) {
this.type = '2'
this.beneficiaries = this.beneficiaries.concat(JSON.parse(localStorage.beneficiaryInfo))
this.type = '2'
console.log(this.beneficiaries)
}
//如果是从编辑进来