Browse Source

多人协同,操作后,刷新按钮可用等

MaiXinRong 2 years ago
parent
commit
bc46353e38
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/public/js/shenpi.js

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

@@ -781,6 +781,7 @@ $(document).ready(function () {
             }
             }
             postData('/tender/' + cur_tenderid + '/shenpi/audit/save', data, function (result) {
             postData('/tender/' + cur_tenderid + '/shenpi/audit/save', data, function (result) {
                 self.loadPostData(result);
                 self.loadPostData(result);
+                self.refreshOperate();
             });
             });
         }
         }
         refreshOperate() {
         refreshOperate() {