Commit fdeedb16 authored by 季圣华's avatar 季圣华
Browse files

解决单据展示的bug

parent 8b98424a
......@@ -213,7 +213,7 @@
depotString = depotString + depot.id + ",";
}
}
depotString = depotString.substring(1, depotString.length-1);
depotString = depotString.substring(0, depotString.length-1);
}
} else {
$.messager.alert('提示', '查找系统基础信息异常,请与管理员联系!', 'error');
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment