Commit 1f75cb53 by 赵增煜

增加select时间

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