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