|
|
|
@ -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>");
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
//判断数量
|
|
|
|
|