Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Mkfree Deploy
Commits
3f517091
Commit
3f517091
authored
4 years ago
by
oyhk
Browse files
Options
Download
Email Patches
Plain Diff
[fix]
parent
6c2425d4
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
backend/public/p__project__ProjectIndex.js
+1
-1
backend/public/p__project__ProjectIndex.js
frontend/src/pages/plan/PlanForm.tsx
+1
-1
frontend/src/pages/plan/PlanForm.tsx
frontend/src/pages/project/ProjectIndex.tsx
+1
-1
frontend/src/pages/project/ProjectIndex.tsx
with
3 additions
and
3 deletions
+3
-3
backend/public/p__project__ProjectIndex.js
+
1
-
1
View file @
3f517091
This diff is collapsed.
Click to expand it.
frontend/src/pages/plan/PlanForm.tsx
+
1
-
1
View file @
3f517091
import
React
,
{
useRef
,
useState
}
from
'
react
'
;
import
React
,
{
useRef
}
from
'
react
'
;
import
{
uuid
}
from
'
@/utils/utils
'
;
import
{
Col
,
...
...
This diff is collapsed.
Click to expand it.
frontend/src/pages/project/ProjectIndex.tsx
+
1
-
1
View file @
3f517091
...
...
@@ -23,7 +23,7 @@ export default () => {
const
pageResultUseRequest
=
useRequest
<
ApiResult
<
PageResult
<
ProjectDto
>>>
(
()
=>
routes
.
apiRoutes
.
projectPage
({
pageNo
:
0
,
pageSize
:
1
,
pageSize
:
1
000
,
}),
{
manual
:
false
,
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment