Browse Source

支付审批bug处理

ellisran 2 months ago
parent
commit
bdeb310d6d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/public/js/payment_list.js

+ 1 - 1
app/public/js/payment_list.js

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