diff --git a/WebContent/Tenwa/Core/SystemConfig/OwnConfig/BOwnAccount/BOwnAccount.jsp b/WebContent/Tenwa/Core/SystemConfig/OwnConfig/BOwnAccount/BOwnAccount.jsp index d38f3bc87..aa2d35325 100644 --- a/WebContent/Tenwa/Core/SystemConfig/OwnConfig/BOwnAccount/BOwnAccount.jsp +++ b/WebContent/Tenwa/Core/SystemConfig/OwnConfig/BOwnAccount/BOwnAccount.jsp @@ -108,8 +108,8 @@ return; } sReturn = sReturn.split("@"); - setItemValue(0,getRow(),"SUBJECTS_CODED",sReturn[1]); - setItemValue(0,getRow(),"acc_title",sReturn[2]); + setItemValue(0,getRow(0),"SUBJECTS_CODED",sReturn[1]); + setItemValue(0,getRow(0),"acc_title",sReturn[2]); //setItemValue(0,getRow(),"SUBJECTS_NAME",sReturn[1]); //setItemValue(0,getRow(),"SUBJECTS_NAME",sReturn[1]); },"请选择科目信息");