Commit 412beb11 authored by 季圣华's avatar 季圣华
Browse files

解决'礼品销售'不显示的问题

parent 434499ec
......@@ -241,6 +241,9 @@
depotString = depotString + depot.id + ",";
}
}
if(depot.type === 1){
depotString = depotString + depot.id + ",";
}
}
depotString = depotString.substring(1, depotString.length-1);
$("#ProjectId").empty().append(options);
......
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