|
@@ -633,7 +633,7 @@ function postAttr () {
|
|
|
},
|
|
|
},
|
|
|
};
|
|
|
- const tenderId = window.location.pathname.split('/')[2];
|
|
|
+ const tenderId = window.location.pathname.split('/')[4];
|
|
|
postData('/sp/' + spid + '/payment/info/save', { type: 'info', postData: { id: tenderId, info} }, function (data) {
|
|
|
property.deal_info = info.deal_info;
|
|
|
property.construction_unit = info.construction_unit;
|