src/main/webapp/static/js/cool.js
@@ -61,6 +61,7 @@ }); } function autoLoad2(val) { var inputDomVal = document.querySelector("input[data-key="+val+"]").value; var selectDom = document.querySelector("select[data-key="+val+"Select]"); @@ -92,6 +93,7 @@ } }); } /** * 搜索自动补全 -- select @@ -170,7 +172,7 @@ } else if (res.code === 407) { banMsg = res.data + "不可用"; tips = layer.tips( "<span style='color:red;'>已存在</span>", "<span style='color:#ff0000;'>已存在</span>", '#'+id, { // tipsMore: true,