|
@@ -139,6 +139,7 @@
|
|
|
dodata(i, datas[i]);
|
|
dodata(i, datas[i]);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
$("#layui-layer-content2").html(retmsg)
|
|
$("#layui-layer-content2").html(retmsg)
|
|
|
$("#layui-layer3").attr("style", "display: block")
|
|
$("#layui-layer3").attr("style", "display: block")
|
|
|
$("#layui-layer-shade4").attr("style", "display: block")
|
|
$("#layui-layer-shade4").attr("style", "display: block")
|
|
@@ -150,7 +151,7 @@
|
|
|
});
|
|
});
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- function makeTable(arr){
|
|
|
|
|
|
|
+ function makeTable(arr) {
|
|
|
var table = "";
|
|
var table = "";
|
|
|
table += "";
|
|
table += "";
|
|
|
|
|
|