chenxf
|
416dc35e02
|
fix(force-notice): 修复数据结构访问错误
修改了 forceNotice 模块中多个组件的数据访问方式,
将 this.nextPerformerMap = data 改为 this.nextPerformerMap = data.data,
以正确获取响应数据中的实际数据内容
|
2026-01-06 16:03:03 +08:00 |
chenxf
|
bf9c901dd4
|
fix(force-notice): 修正文件上传接口路径
统一修改强制通知模块中各页面的文件上传接口路径,
将 /xrAttachment/uploadFileByBizseq 路径修正为 /attachment/uploadFileByBizseq,
确保接口调用的一致性和正确性。
|
2026-01-06 15:49:39 +08:00 |
chenxf
|
4fc5089f7b
|
fix(api): 修复组织架构相关接口地址错误
修改 getOrgunits 和 getIsUserProp 接口的请求路径,
将 '/tOrgunits' 前缀更改为 '/user' 前缀,
以确保接口调用的正确性。
|
2026-01-06 11:45:17 +08:00 |
chenxf
|
3945418fa4
|
强制注销页面
|
2026-01-05 10:52:46 +08:00 |