This commit is contained in:
2026-05-27 23:24:57 +08:00
parent c690b541a3
commit 5e9eccc3e3
3 changed files with 24 additions and 1 deletions
@@ -339,7 +339,16 @@ namespace FineUIPro.Web.HJGL.DataIn
pipeline.Remark = this.txtRemark.Text.Trim();
dic.Remove(this.PipelineId);
ShowNotify("保存成功!", MessageBoxIcon.Success);
if (ckAll.Checked)
{
PageContext.RegisterStartupScript(ActiveWindow.GetWriteBackValueReference(PipelineId) + ActiveWindow.GetHidePostBackReference());
}
else
{
PageContext.RegisterStartupScript(ActiveWindow.GetWriteBackValueReference("") + ActiveWindow.GetHidePostBackReference());
}
}
#endregion