Browse Source

修复标段管理会签或签下拉bug

ellisran 1 year ago
parent
commit
eca1e28cae
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/public/js/shenpi.js

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

@@ -716,7 +716,7 @@ $(document).ready(function () {
             return;
         }
         const _self = this;
-        postData('shenpi/audit/save', prop, function () {
+        postData('/tender/'+ cur_tenderid +'/shenpi/audit/save', prop, function () {
             _self.setAttribute('data-type', _self.value);
             const auditGroup = auditUtils.setAuditType(this_code, prop.audit_type, liParent.index());
             liParent.html(auditUtils.getAuditGroupInnerHtml(this_code, auditGroup, liParent.index() + 1));