Browse Source

修改批次生效提交时候的提示

sugangqiang 1 year ago
parent
commit
ef7a15d55b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      public/static/modular/system/batch/batch.js

+ 1 - 1
public/static/modular/system/batch/batch.js

@@ -164,7 +164,7 @@ Batch.setActive = function () {
             ajax.set("batchId", Batch.seItem.id);
             ajax.start();
         };
-        Feng.confirm("一旦设置生效,该类别其他批次将无效,确认生效吗?", operation);
+        Feng.confirm("确认生效吗?", operation);
     }
 }