Commit 2635dc86 by 赵增煜

js修改

parent efe57a0e
......@@ -61,9 +61,6 @@
console.log('事件绑定完成');
$('#editable-drug-list').on('change', 'select', function(){
console.log("测试绑定selected事件")
})
}
search() {
......@@ -166,6 +163,10 @@
// 将表单添加到搜索表单下方
$('.search-form').after(formHtml);
$(document).find('#editable-drug-list select').select2();
$('#editable-drug-list').on('change', 'select', function(){
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