chenwenkai 2 weeks ago
commit 4a4f0a4357

@ -306,7 +306,7 @@
YYUserModel["ID"] = this.ID;
YYUserModel["Name"] = this.Name;
YYUserList.push(YYUserModel);
html.append("<option value='" + this.ID + "'>" + this.Name + "</option>");
html.append("<option value='" + this.Name + "'>" + this.Name + "</option>");
});
//判断数量

Loading…
Cancel
Save