no commit message

This commit is contained in:
雨中磐石
2023-12-21 21:15:19 +08:00
parent ad77fdd196
commit 7eaf20c8fd
28 changed files with 187 additions and 53 deletions

View File

@@ -40,7 +40,7 @@ bootparams.beforeload=function(){
}
c.initpage=function(){
$('#tdleft_{rand}').after('<td style="padding-right:10px"><select style="width:150px;" class="form-control" id="modeid_{rand}" ><option value="0">请选择菜单</option></select></td>');
$('#tdleft_{rand}').after('<td style="padding-right:10px"><select style="width:200px;" class="form-control" id="modeid_{rand}" ><option value="0">管理下级菜单请这里选择</option></select></td>');
$('#modeid_{rand}').change(function(){
a.setparams({pid:this.value},true);
});