refactor: 清理旧模块资源并整理人员服务目录

为收敛当前分支代码范围并统一人员服务目录,移除历史模块与静态资源,减少无效代码和目录分散带来的维护成本。
This commit is contained in:
2026-09-19 13:45:38 +08:00
parent 7b5b060ffc
commit 8efe030f47
7188 changed files with 3777 additions and 1117238 deletions
+2 -2
View File
@@ -278,7 +278,7 @@ namespace FineUIPro.Web.Person
BasicDataService.InitBasicDataProjectUnitDropDownList(this.drpPoliticsStatus, "POLITICAL_LANDSCAPE", true);
BasicDataService.InitBasicDataProjectUnitDropDownList(this.drpNation, "MINZU_TYPE", true);
SynchroSetService.InitCountryDropDownList(this.drpCountryCode, false);
CountryService.InitCountryDropDownList(this.drpCountryCode, false);
this.drpCountryCode.SelectedValue = "101";
CityService.InitCityDropDownList(this.drpProvinceCode, this.drpCountryCode.SelectedValue, true);
@@ -1253,4 +1253,4 @@ namespace FineUIPro.Web.Person
}
}
}
}
}