username@email.com
7 天以前 e442f7fd0e43f1bcf26356c27795cdb4fc015a62
CY_ECommercePlatform/CY.WebForm/Pages/work/Adm_zhanghaomimaAdd.aspx.cs
@@ -84,7 +84,7 @@
                        }
                    }
                    staffs += "   <input type=\"checkbox\" name = \"depart\" class=\"depart" + departid + "\" value='" + oA_Staffs[i].Keyid + "'   />" + "" + "<span class=\"spann" + departid + "\" >" + oA_Staffs[i].Name + "</span>";
                    staffs += "   <input type=\"checkbox\" name = \"depart\" class=\"depart" + departid + "\" checked=\"checked\"  value='" + oA_Staffs[i].Keyid + "'   />" + "" + "<span class=\"spann" + departid + "\" >" + oA_Staffs[i].Name + "</span>";
                }
            }