正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -572,7 +572,7 @@ | @@ -572,7 +572,7 @@ | ||
572 | html+='<option value='+data[i]['note']+'>'+data[i]['note']+'</option>'; | 572 | html+='<option value='+data[i]['note']+'>'+data[i]['note']+'</option>'; |
573 | } | 573 | } |
574 | console.log(html); | 574 | console.log(html); |
575 | - $("#note").append(html); | 575 | + $("#note").html(html); |
576 | } | 576 | } |
577 | }) | 577 | }) |
578 | }) | 578 | }) |
-
请 注册 或 登录 后发表评论