2023-04-26

This commit is contained in:
2023-04-26 15:31:09 +08:00
parent 787eb249be
commit f2ab2d5b73
10 changed files with 10 additions and 6 deletions
@@ -49,6 +49,7 @@ namespace FineUIPro.Web.JDGL.JDJH
{
string fileId = Request.Params["fileId"];
Model.Common_FileManager temp = new Model.Common_FileManager();
temp.ProjectId = this.CurrUser.LoginProjectId;
if (txtFileName.Text == string.Empty)
{
ShowNotify("名称不能为空!", MessageBoxIcon.Warning);