1028-gaofei

This commit is contained in:
gaofei
2021-10-28 18:24:30 +08:00
parent 6b41214a49
commit 537a0e8894
5 changed files with 146 additions and 2 deletions
@@ -241,7 +241,6 @@ namespace FineUIPro.Web.ProjectData
{
if (BLL.CommonService.GetAllButtonPowerList(this.CurrUser.LoginProjectId, this.CurrUser.UserId, BLL.Const.ProjectInstallationMenuId, BLL.Const.BtnAdd))
{
string url = Funs.RealNameApiUrl + "/Projects/GetConstructionWbsList";
string contenttype = "application/json;charset=utf-8";
var returndata = BLL.APIGetHttpService.ControlHttp(Funs.ControlApiUrl + "/Projects/GetConstructionWbsList?ProjId=" + 2370, "GET", contenttype, null, null);
if (!string.IsNullOrEmpty(returndata))