MaiXinRong 3 weeks ago
parent
commit
947b048605
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/public/js/stage.js

+ 2 - 2
app/public/js/stage.js

@@ -4612,7 +4612,7 @@ $(document).ready(() => {
                                         stageIm.loadUpdateChangeData(result, nodes)
                                         stageIm.loadUpdateChangeData(result, nodes)
                                     }
                                     }
                                 });
                                 });
-                            }, ['自动调用后,已调用变更令无法批量取消,请谨慎操作。', '去顶自动调用变更令?']);
+                            }, ['自动调用后,已调用变更令无法批量取消,请谨慎操作。', '确定自动调用变更令?']);
                         },
                         },
                         disabled: function (key, opt) {
                         disabled: function (key, opt) {
                             const curChange = SpreadJsObj.getSelectObject(self.changeSheet);
                             const curChange = SpreadJsObj.getSelectObject(self.changeSheet);
@@ -4631,7 +4631,7 @@ $(document).ready(() => {
                                 postData(window.location.pathname + '/auto-use-change', { autoType: 'all' }, function(result) {
                                 postData(window.location.pathname + '/auto-use-change', { autoType: 'all' }, function(result) {
                                     window.location.reload();
                                     window.location.reload();
                                 });
                                 });
-                            }, ['自动调用后,已调用变更令无法批量取消,请谨慎操作。', '去顶自动调用变更令?']);
+                            }, ['自动调用后,已调用变更令无法批量取消,请谨慎操作。', '确定自动调用变更令?']);
                         },
                         },
                         disabled: function (key, opt) {
                         disabled: function (key, opt) {
                             const curChange = SpreadJsObj.getSelectObject(self.changeSheet);
                             const curChange = SpreadJsObj.getSelectObject(self.changeSheet);