2023-04-26
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user