|
@@ -238,7 +238,7 @@ $(document).ready(() => {
|
|
|
}
|
|
|
};
|
|
|
const _self = $(this);
|
|
|
- postData('/construction/' + cur_tenderid + '/audit/save', prop, function (data) {
|
|
|
+ postData('/sp/' + spid + '/construction/' + cur_tenderid + '/audit/save', prop, function (data) {
|
|
|
});
|
|
|
});
|
|
|
|
|
@@ -269,7 +269,7 @@ $(document).ready(() => {
|
|
|
}
|
|
|
const id = parseInt($('#remove_user_id').val());
|
|
|
if (type === 'construction') {
|
|
|
- postData('/construction/' + cur_tenderid + '/audit/save', { type: 'del-audit', id }, function (data) {
|
|
|
+ postData('/sp/' + spid + '/construction/' + cur_tenderid + '/audit/save', { type: 'del-audit', id }, function (data) {
|
|
|
$('#'+ type + '-users').find('tr[data-id="'+ id +'"]').remove();
|
|
|
$('#remove-user').modal('hide');
|
|
|
});
|
|
@@ -454,7 +454,7 @@ $(document).ready(() => {
|
|
|
id: id,
|
|
|
type: 'add-audit',
|
|
|
};
|
|
|
- postData('/construction/' + cur_tenderid + '/audit/save', prop, function (datas) {
|
|
|
+ postData('/sp/' + spid + '/construction/' + cur_tenderid + '/audit/save', prop, function (datas) {
|
|
|
setConstructionHtml(datas);
|
|
|
});
|
|
|
}
|