easyui使用时出现这个Uncaught TypeError: Cannot read property 'combo' of undefined

$('input[name="WorkPreHandler"]').combobox('getValue');

改成

$('#WorkPreHandler').combobox('getValue');

可以了,我有点晕

原文地址:https://www.cnblogs.com/xiaoruilin/p/6553222.html