提交代码

This commit is contained in:
2023-11-28 17:41:03 +08:00
parent f02101acd1
commit 469f621c13
4 changed files with 213 additions and 113 deletions
@@ -1161,6 +1161,7 @@ namespace FineUIPro.Web.WeldingProcess.WeldingManage
BLL.WeldTaskService.UpdateWelderTask(weldTaskId, drpCanWelder.SelectedValue);
}
this.BindGrid(null);
this.Grid1.SelectedRowIDArray = selectedRowId;
drpCanWelder.Items.Clear();
}
}