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+'" />');