@@ -572,6 +572,7 @@ $(function () {
}
const _self = $(this);
postData(window.location.pathname + '/save', {type: 'add_stage', postData: { id: id }}, function (result) {
+ localStorage.setItem('tender_' + getTenderId() + '_schedule_tp_sjs', id);
_self.addClass('disabled').attr('disabled', true);
toastr.success('创建成功');
setTimeout(function () {