修改wbs勾选保存检验批问题

This commit is contained in:
高飞 2023-08-03 15:05:16 +08:00
parent 059da8996a
commit bc7fb516ec
1 changed files with 2 additions and 0 deletions

View File

@ -1296,6 +1296,8 @@ namespace FineUIPro.Web.CQMS.WBS
#region
protected void btnSave_Click(object sender, EventArgs e)
{
SelectedList.Clear();
NoSelectedList.Clear();
for (int i = 0; i < this.Grid1.Rows.Count; i++)
{
if (this.Grid1.SelectedRowIDArray.Contains(this.Grid1.Rows[i].RowID))