王佳豪
2021-03-16 eacf0e50b4a7fe138a3788af7f71d894d3be0394
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;
        }
        });