From 14ab30c9a41b49801e05e3a75c02e59d46bd5661 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期三, 02 六月 2021 16:28:12 +0800
Subject: [PATCH] #
---
src/main/webapp/views/pda/combAgv.html | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/src/main/webapp/views/pda/combAgv.html b/src/main/webapp/views/pda/combAgv.html
index f4b1785..ae22ae0 100644
--- a/src/main/webapp/views/pda/combAgv.html
+++ b/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);
--
Gitblit v1.9.1