SVN r301
SVN-Revision: r301
This commit is contained in:
@@ -70,6 +70,7 @@ namespace Lskj.BaseAccraditation
|
||||
protected override void OnLoad(EventArgs e)
|
||||
{
|
||||
WaitForm.ShowForm();
|
||||
this.Text = SysModel.FormText;
|
||||
this.auditPanelObj.Visible = false;
|
||||
try
|
||||
{
|
||||
@@ -278,7 +279,6 @@ namespace Lskj.BaseAccraditation
|
||||
//模块Id/stepcode/点击数据键值/权限
|
||||
string[] menuArgs = { "", this.SysModel.ModuleCode + "", model.StepCode, dr[this.BaseAuditModelObj.KeyField] + "", "", "0" };
|
||||
string[] args = defaultArgs.Concat(menuArgs).ToArray();
|
||||
|
||||
if (!string.IsNullOrWhiteSpace(this.BaseAuditModelObj.FilePreviewCode))
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user