2023-06-12
This commit is contained in:
parent
624a9d9dc3
commit
549713aec6
|
|
@ -94,7 +94,7 @@ namespace FineUIPro.Web.HJGL.BaseInfo
|
|||
return;
|
||||
}
|
||||
string IsXls = Path.GetExtension(this.fuAttachUrl.FileName).ToString().Trim().ToLower();
|
||||
if (IsXls != ".xls" && IsXls != ".xlsx")
|
||||
if (IsXls != ".xlsx")
|
||||
{
|
||||
ShowNotify("只能选择Excel文件!", MessageBoxIcon.Warning);
|
||||
return;
|
||||
|
|
|
|||
Loading…
Reference in New Issue