Browse Source

fix: 数据后台,配置编办,新增“编办地区”GLY-6041,补充提交

lishihao 1 month ago
parent
commit
07074a7513
1 changed files with 1 additions and 1 deletions
  1. 1 1
      web/users/js/compilation.js

+ 1 - 1
web/users/js/compilation.js

@@ -794,7 +794,7 @@ $(document).ready(function () {
     });
   });
 
-  //更改版本号
+  //更改编办地区
   $("#compilationArea").change(function () {
     let compilationArea = $(this).val();
     $.ajax({