规范代码格式,采用generatorConfig.xml执行下就能自动生成

This commit is contained in:
季圣华
2019-04-30 23:13:17 +08:00
parent 1f628d7537
commit 38dbf19b22
7 changed files with 137 additions and 93 deletions

View File

@@ -229,7 +229,7 @@
{
if(userdepot.indexOf("["+depot.id+"]")!=-1)
{
if(depot.isdefault){
if(depot.isDefault){
defDepotId = depot.id;
}
options += '<option value="' + depot.id + '">' + depot.name + '</option>';