浏览代码

修复选择晋江条款不出现的问题

sandm 2 年之前
父节点
当前提交
910a87bd41
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      public/static/modular/gate/talentInfo/new_talentInfo_info.js

+ 1 - 1
public/static/modular/gate/talentInfo/new_talentInfo_info.js

@@ -479,7 +479,7 @@ TalentInfoInfoDlg.getLayerCatdByLayer = function () {
                 allowedCats = ["A1", "B1", "C1", "D1", "E1"];
                 break;
             case "5":
-                allowedCats = ["A2", "B2", "C2", "D2", "E2", "F", "G"];
+                allowedCats = ["A+","A1","A2", "B","B1","B2","C","C1", "C2","D","D1", "D2","E","E1", "E2", "F", "G"];
                 break;
         }
         for (var i = 0; i < $("#talent_arrange_category option").length; i++) {