修改月工效

This commit is contained in:
2023-10-20 15:42:49 +08:00
parent 88c39643fa
commit cc10090d1c
2 changed files with 7 additions and 1 deletions
@@ -247,5 +247,11 @@ namespace FineUIPro.Web.PZHGL.InformationProject
}
}
#endregion
protected void txtMonth_TextChanged(object sender, EventArgs e)
{
Grid1.DataSource = null;
Grid1.DataBind();
}
}
}