王佳豪
2021-05-05 c81332c3a4effcc55f68ecff8abb7f3fc5158de8
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;
        }
        });