#
luxiaotao1123
2021-05-21 8b0764c6bc0f232d0ffce04644f3f65201890dac
src/main/webapp/views/locNormal/locNormal.html
@@ -161,7 +161,7 @@
    <script type="text/html" id="locArea">
        {{
        locArea.map(function(item){
        if (d.warehouse == item.id) {
        if (d.warehouse == item.uuid) {
        return item.name;
        }
        });