lvhao пре 1 дан
родитељ
комит
1419f38bd9
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      template/erp/goodimglibrary_noimg.html

+ 1 - 1
template/erp/goodimglibrary_noimg.html

@@ -244,7 +244,7 @@ function escDo(){
     $(".boundtj").hide();
 }
 
-function editkw(){
+function editkw(that){
     let id = $(that).data('id');
     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+'" />');