Commit 9699ab24 by 赵增煜

Merge branch 'dev-1130' into develop

parents b495d524 1f75cb53
...@@ -60,6 +60,10 @@ ...@@ -60,6 +60,10 @@
$('#print-btn').on('click', () => this.print()); $('#print-btn').on('click', () => this.print());
console.log('事件绑定完成'); console.log('事件绑定完成');
$('#editable-drug-list').on('click', 'select', function(){
console.log("测试绑定selected事件")
})
} }
search() { search() {
......
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