caipin 5 years ago
parent
commit
c74930f381
1 changed files with 1 additions and 1 deletions
  1. 1 1
      global/js/cloud/curing.js

+ 1 - 1
global/js/cloud/curing.js

@@ -165,7 +165,7 @@ $(function() {
      * id
      * id
      * client_id
      * client_id
      */
      */
-    $('tbody[curingUser]').delegate( 'tr','mousedown', function(){
+    $('tbody[curingUser]').delegate( 'tr','mouseup', function(){
         // 只获取第一个选中的值
         // 只获取第一个选中的值
         var ssoid = $(this).attr('data');
         var ssoid = $(this).attr('data');
         var client_id=$(this).attr('dataCid')
         var client_id=$(this).attr('dataCid')