Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
A
admin
概览
概览
详情
活动
周期分析
版本库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
问题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
iuav
admin
Commits
62ae9b70
提交
62ae9b70
authored
11月 23, 2023
作者:
ZhangLingKun
浏览文件
操作
浏览文件
下载
差异文件
Merge branch 'develop'
上级
f8d6736c
b32a1a73
流水线
#7140
已通过 于阶段
in 1 分 7 秒
变更
3
流水线
1
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
7 行增加
和
7 行删除
+7
-7
kustomization.yaml
kustomization/overlays/dev/kustomization.yaml
+1
-1
index.tsx
...es/systemManage/accountManage/comp/addEditModal/index.tsx
+1
-1
router.tsx
src/router/router.tsx
+5
-5
没有找到文件。
kustomization/overlays/dev/kustomization.yaml
浏览文件 @
62ae9b70
...
@@ -14,4 +14,4 @@ patches:
...
@@ -14,4 +14,4 @@ patches:
images
:
images
:
-
name
:
REGISTRY/NAMESPACE/IMAGE:TAG
-
name
:
REGISTRY/NAMESPACE/IMAGE:TAG
newName
:
mmc-registry.cn-shenzhen.cr.aliyuncs.com/sharefly-dev/admin
newName
:
mmc-registry.cn-shenzhen.cr.aliyuncs.com/sharefly-dev/admin
newTag
:
ddf4157b84f33c33305d857d4c520d1c2ffdfaae
newTag
:
b4e4c432bf7c084e674f201fc6d3c8184a6f2b75
src/pages/systemManage/accountManage/comp/addEditModal/index.tsx
浏览文件 @
62ae9b70
...
@@ -79,7 +79,7 @@ const AddEditModal: React.FC<propType> = (props) => {
...
@@ -79,7 +79,7 @@ const AddEditModal: React.FC<propType> = (props) => {
form
.
setFieldsValue
({
form
.
setFieldsValue
({
...
data
,
...
data
,
companyId
:
companyList
.
find
((
i
)
=>
i
.
label
===
data
.
companyName
)?.
value
,
companyId
:
companyList
.
find
((
i
)
=>
i
.
label
===
data
.
companyName
)?.
value
,
roleId
:
data
.
roleInfoDTO
.
i
d
,
roleId
:
data
.
roleInfoDTO
?.
id
||
undefine
d
,
});
});
},
[
companyList
]);
},
[
companyList
]);
return
(
return
(
...
...
src/router/router.tsx
浏览文件 @
62ae9b70
...
@@ -783,7 +783,7 @@ export const routerList: Array<RouteObjectType> = [
...
@@ -783,7 +783,7 @@ export const routerList: Array<RouteObjectType> = [
element
:
withLoadingComponent
(<
CategoryManage
/>),
element
:
withLoadingComponent
(<
CategoryManage
/>),
errorElement
:
<
ErrorPage
/>,
errorElement
:
<
ErrorPage
/>,
meta
:
{
meta
:
{
id
:
7
1
0
,
id
:
7
3
0
,
title
:
'培训分类'
,
title
:
'培训分类'
,
icon
:
<
AppstoreAddOutlined
/>,
icon
:
<
AppstoreAddOutlined
/>,
},
},
...
@@ -793,7 +793,7 @@ export const routerList: Array<RouteObjectType> = [
...
@@ -793,7 +793,7 @@ export const routerList: Array<RouteObjectType> = [
element
:
withLoadingComponent
(<
InstitutionsListView
/>),
element
:
withLoadingComponent
(<
InstitutionsListView
/>),
errorElement
:
<
ErrorPage
/>,
errorElement
:
<
ErrorPage
/>,
meta
:
{
meta
:
{
id
:
7
2
0
,
id
:
7
1
0
,
title
:
'执照考试'
,
title
:
'执照考试'
,
icon
:
<
VerifiedOutlined
/>,
icon
:
<
VerifiedOutlined
/>,
},
},
...
@@ -803,7 +803,7 @@ export const routerList: Array<RouteObjectType> = [
...
@@ -803,7 +803,7 @@ export const routerList: Array<RouteObjectType> = [
element
:
withLoadingComponent
(<
AddInstitutionsView
/>),
element
:
withLoadingComponent
(<
AddInstitutionsView
/>),
errorElement
:
<
ErrorPage
/>,
errorElement
:
<
ErrorPage
/>,
meta
:
{
meta
:
{
id
:
7
2
1
,
id
:
7
1
1
,
title
:
'机构上传'
,
title
:
'机构上传'
,
icon
:
<
UserOutlined
/>,
icon
:
<
UserOutlined
/>,
hidden
:
true
,
hidden
:
true
,
...
@@ -814,7 +814,7 @@ export const routerList: Array<RouteObjectType> = [
...
@@ -814,7 +814,7 @@ export const routerList: Array<RouteObjectType> = [
element
:
withLoadingComponent
(<
AddInstitutionsView
/>),
element
:
withLoadingComponent
(<
AddInstitutionsView
/>),
errorElement
:
<
ErrorPage
/>,
errorElement
:
<
ErrorPage
/>,
meta
:
{
meta
:
{
id
:
7
2
2
,
id
:
7
1
2
,
title
:
'机构编辑'
,
title
:
'机构编辑'
,
icon
:
<
UserOutlined
/>,
icon
:
<
UserOutlined
/>,
hidden
:
true
,
hidden
:
true
,
...
@@ -825,7 +825,7 @@ export const routerList: Array<RouteObjectType> = [
...
@@ -825,7 +825,7 @@ export const routerList: Array<RouteObjectType> = [
element
:
withLoadingComponent
(<
CourseManageView
/>),
element
:
withLoadingComponent
(<
CourseManageView
/>),
errorElement
:
<
ErrorPage
/>,
errorElement
:
<
ErrorPage
/>,
meta
:
{
meta
:
{
id
:
7
3
0
,
id
:
7
2
0
,
icon
:
<
BookOutlined
/>,
icon
:
<
BookOutlined
/>,
title
:
'课程管理'
,
title
:
'课程管理'
,
},
},
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论