瀏覽代碼

支付审批bug处理

ellisran 2 月之前
父節點
當前提交
bdeb310d6d
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;