文件上传 分项目

This commit is contained in:
2023-05-02 11:32:45 +08:00
parent d80899aec8
commit 62ae3c559d
13 changed files with 14 additions and 6 deletions
@@ -49,6 +49,7 @@ namespace FineUIPro.Web.JDGL.JDCH
{
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);