Commit f4fd8898 by 赵增煜

Merge branch 'dev-1130' into develop

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