mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 16:56:43 +08:00
[FIX]bug_GFRS-861-电投优化-选择产品信息后需要通过下一步按钮才能进入受益人页面
This commit is contained in:
@@ -1203,7 +1203,7 @@ export default {
|
||||
if (resultData.result == 0) {
|
||||
//电投
|
||||
if (localStorage.isFrom == 'sale' && resultData.deleteFlag == '0') {
|
||||
localStorage.salePageFlag = '4'
|
||||
localStorage.salePageFlag = '3'
|
||||
}
|
||||
//建议书
|
||||
if (localStorage.isFrom == 'proposal' && resultData.content.id) {
|
||||
|
||||
Reference in New Issue
Block a user