Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
A
admin
概览
概览
详情
活动
周期分析
版本库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
问题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
iuav
admin
Commits
edb036a4
提交
edb036a4
authored
1月 09, 2024
作者:
ZhangLingKun
浏览文件
操作
浏览文件
下载
差异文件
Merge branch 'develop'
上级
89847615
e2fa6ec9
流水线
#7903
已通过 于阶段
in 1 分 2 秒
变更
4
流水线
1
隐藏空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
9 行增加
和
3 行删除
+9
-3
kustomization.yaml
kustomization/overlays/dev/kustomization.yaml
+1
-1
index.tsx
src/components/order/selfTableItem/index.tsx
+1
-0
index.tsx
src/pages/common/login/index.tsx
+2
-2
index.tsx
src/pages/orderManage/demandOrder/orderList/index.tsx
+5
-0
没有找到文件。
kustomization/overlays/dev/kustomization.yaml
浏览文件 @
edb036a4
...
@@ -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
:
60d6d183bfe6944e4a5f9362f6c57cf950cfe2a0
newTag
:
e75e4beb54565652e5c723d0d12010b1af83072b
src/components/order/selfTableItem/index.tsx
浏览文件 @
edb036a4
import
'./index.scss'
;
import
'./index.scss'
;
import
React
from
'react'
;
const
TableItem
:
React
.
FC
<
{
const
TableItem
:
React
.
FC
<
{
td
?:
React
.
ReactNode
;
td
?:
React
.
ReactNode
;
tr
?:
React
.
ReactNode
;
tr
?:
React
.
ReactNode
;
...
...
src/pages/common/login/index.tsx
浏览文件 @
edb036a4
...
@@ -80,7 +80,7 @@ function LoginView() {
...
@@ -80,7 +80,7 @@ function LoginView() {
},
1000
);
},
1000
);
}
else
{
}
else
{
if
(
time
)
{
if
(
time
)
{
clearInterval
(
time
);
clearInterval
(
time
as
any
);
}
}
}
}
setIsLoginCode
(
!
isLoginCode
);
setIsLoginCode
(
!
isLoginCode
);
...
@@ -89,7 +89,7 @@ function LoginView() {
...
@@ -89,7 +89,7 @@ function LoginView() {
const
getLoginInfo
=
()
=>
{
const
getLoginInfo
=
()
=>
{
CommonAPI
.
getLoginInfo
({
randomLoginCode
}).
then
(
async
({
result
,
code
})
=>
{
CommonAPI
.
getLoginInfo
({
randomLoginCode
}).
then
(
async
({
result
,
code
})
=>
{
if
(
code
===
'200'
)
{
if
(
code
===
'200'
)
{
clearInterval
(
time
);
clearInterval
(
time
as
any
);
message
.
success
(
'登录成功'
);
message
.
success
(
'登录成功'
);
const
{
token
}
=
result
;
const
{
token
}
=
result
;
await
Cookies
.
set
(
'SHAREFLY-TOKEN'
,
token
);
await
Cookies
.
set
(
'SHAREFLY-TOKEN'
,
token
);
...
...
src/pages/orderManage/demandOrder/orderList/index.tsx
浏览文件 @
edb036a4
...
@@ -79,6 +79,11 @@ const DemandOrderList = () => {
...
@@ -79,6 +79,11 @@ const DemandOrderList = () => {
};
};
// 组件挂载
// 组件挂载
useEffect
(()
=>
{
useEffect
(()
=>
{
// 还原列表
setTableData
([]);
// 还原分页
setPagination
({
pageNo
:
1
,
pageSize
:
10
,
totalCount
:
0
});
// 获取数据
getFlowDictionary
().
then
();
getFlowDictionary
().
then
();
getServiceOrderFormList
();
getServiceOrderFormList
();
// console.log('组件挂载 --->', );
// console.log('组件挂载 --->', );
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论