|
|
@@ -246,7 +246,7 @@ function escDo(){
|
|
|
|
|
|
function editkw(){
|
|
|
let id = $(that).data('id');
|
|
|
- let kuwei = $(that).data('kuwei');
|
|
|
+ let kuwei = $(that).data('kw');
|
|
|
$(".boundtj div p:eq(0)").html('<textarea style="width:95%" name="kuwei" >'+kuwei+'</textarea><input type="hidden" name="id" value="'+id+'" />');
|
|
|
$(".boundtj div p:eq(1)").html("<font class='obaddgo' onclick='doAddKw()'>确 定</font><font class='esc' onclick='escDo()'>取 消</font>");
|
|
|
$(".boundtj").show();
|