瀏覽代碼

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

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