mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-24 12:32:53 +08:00
Merge branch 'dev_1220_pw' into dev_1220
This commit is contained in:
@@ -790,7 +790,8 @@ export default {
|
||||
this.$jump({
|
||||
flag: 'h5',
|
||||
extra: {
|
||||
url: location.origin + '/#/sale/beneficiary'
|
||||
url: location.origin + '/#/sale/beneficiary',
|
||||
needRefresh: '1'
|
||||
},
|
||||
routerInfo: {
|
||||
path: '/sale/beneficiary'
|
||||
|
||||
@@ -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)
|
||||
}
|
||||
//如果是从编辑进来
|
||||
|
||||
Reference in New Issue
Block a user