feat: 完善个人设置及表格功能
This commit is contained in:
@@ -358,6 +358,11 @@ namespace Lskj.Control
|
||||
tcButtom.OnDetailRightCallback += OnGridViewRightCallBack;
|
||||
}
|
||||
|
||||
if (this.SysModel.RefreshTheInterface)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
this.tcButtom.Model = this.Model;
|
||||
this.tcButtom.DrgaParentPrimaryKey = this.SysModel.ParmaryKey;
|
||||
this.tcButtom.IsDragDetail = this.IsDragDetail;
|
||||
@@ -387,6 +392,11 @@ namespace Lskj.Control
|
||||
tcButtom.OnDetailRightCallback += OnGridViewRightCallBack;
|
||||
}
|
||||
|
||||
if (this.SysModel.RefreshTheInterface)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
this.tcButtom.Model = this.Model;
|
||||
this.tcButtom.DrgaParentPrimaryKey = this.SysModel.ParmaryKey;
|
||||
this.tcButtom.IsDragDetail = this.IsDragDetail;
|
||||
|
||||
Reference in New Issue
Block a user