lvhao 17 ساعت پیش
والد
کامیت
085b32820a
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      template/erp/goodimglibrary_noimg.html

+ 1 - 1
template/erp/goodimglibrary_noimg.html

@@ -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();