瀏覽代碼

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

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