Commit 882eefbc by 赵增煜

Merge branch 'dev-1130' into develop

parents 9699ab24 efe57a0e
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
console.log('事件绑定完成'); console.log('事件绑定完成');
$('#editable-drug-list').on('click', 'select', function(){ $('#editable-drug-list').on('change', 'select', function(){
console.log("测试绑定selected事件") console.log("测试绑定selected事件")
}) })
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment