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