Commit ed082ac0 by 朱天成

修改

parent 6304688f
......@@ -228,6 +228,7 @@ function replySaveRow(){
var v_result = logModule.logActAction.insertReply(items);
if(v_result.NAME=='999'){
$('#logItemInputForm').datagrid('reload');
$('#USER_REPLY_CONTENT').textbox("setValue", "");
}
}
}
......
......@@ -151,7 +151,7 @@ function replySaveRow(){
var v_result = logModule.logActAction.insertReply(items);
if(v_result.NAME=='999'){
$('#logItemInputForm').datagrid('reload');
$('#USER_REPLY_CONTENT').textbox("setValue", "")
$('#USER_REPLY_CONTENT').textbox("setValue", "");
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment