src/main/webapp/views/pda/combAgv.html
@@ -27,7 +27,6 @@ <button id="mat-btn" type="button" class="layui-btn layui-btn-normal" onclick="getMat()"><i class="layui-icon">+</i>提取</button> </div> <div style="display: inline-block"> 工作区 <!-- 工作区 --> <div class="layui-inline" style="width: 100px; margin-left: 10px"> <select id="devpSelect"> @@ -88,7 +87,6 @@ async: false, success: function (res) { if (res.code === 200){ debugger var tpl = $("#devpSelectTemplate").html(); var template = Handlebars.compile(tpl); var html = template(res);