规范代码格式,采用generatorConfig.xml执行下就能自动生成
This commit is contained in:
@@ -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>';
|
||||
|
||||
Reference in New Issue
Block a user