src/main/webapp/views/pda/combAgv.html @@ -88,7 +88,6 @@ async: false, success: function (res) { if (res.code === 200){ debugger var tpl = $("#devpSelectTemplate").html(); var template = Handlebars.compile(tpl); var html = template(res);