Przeglądaj źródła

新建实际计量汇总月份更新

laiguoran 4 lat temu
rodzic
commit
8ec367480a
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      app/public/js/schedule_stage_gcl.js

+ 1 - 0
app/public/js/schedule_stage_gcl.js

@@ -572,6 +572,7 @@ $(function () {
         }
         }
         const _self = $(this);
         const _self = $(this);
         postData(window.location.pathname + '/save', {type: 'add_stage', postData: { id: id }}, function (result) {
         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);
             _self.addClass('disabled').attr('disabled', true);
             toastr.success('创建成功');
             toastr.success('创建成功');
             setTimeout(function () {
             setTimeout(function () {