master
fxc 2 weeks ago
parent 6699a211d0
commit 9c29eea88f

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

Loading…
Cancel
Save