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

This commit is contained in:
季圣华
2018-03-18 21:00:33 +08:00
parent 434499eca5
commit 412beb11a8

View File

@@ -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);