Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-admin
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
shenshaokai
jinfa-admin
Commits
38746117
Commit
38746117
authored
Jun 22, 2021
by
XieZhiXiong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修复批量操作未选中的问题
parent
c7e8311a
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
13 additions
and
16 deletions
+13
-16
index.tsx
src/pages/member/memberPr1/index.tsx
+3
-3
index.tsx
src/pages/member/memberPr2/index.tsx
+3
-3
index.tsx
src/pages/member/memberPrConfirm/index.tsx
+3
-3
index.tsx
src/pages/member/memberPrSubmit/index.tsx
+3
-3
auditSchema.ts
src/pages/member/schema/auditSchema.ts
+1
-4
No files found.
src/pages/member/memberPr1/index.tsx
View file @
38746117
...
...
@@ -204,7 +204,7 @@ const MemberPr1: React.FC<{}> = props => {
return
{};
};
const
controllerBtns
=
(
const
ControllerBtns
=
()
=>
(
<
Space
>
<
Button
onClick=
{
handleBatch
}
>
批量审核通过
...
...
@@ -226,8 +226,8 @@ const MemberPr1: React.FC<{}> = props => {
<
NiceForm
actions=
{
formActions
}
onSubmit=
{
values
=>
ref
.
current
.
reload
(
values
)
}
expressionScope
=
{
{
c
ontrollerBtns
,
components
=
{
{
C
ontrollerBtns
,
}
}
effects=
{
(
$
,
actions
)
=>
{
useStateFilterSearchLinkageEffect
(
...
...
src/pages/member/memberPr2/index.tsx
View file @
38746117
...
...
@@ -204,7 +204,7 @@ const MemberPr2: React.FC<{}> = props => {
return
{};
};
const
controllerBtns
=
(
const
ControllerBtns
=
()
=>
(
<
Space
>
<
Button
onClick=
{
handleBatch
}
>
批量审核通过
...
...
@@ -226,8 +226,8 @@ const MemberPr2: React.FC<{}> = props => {
<
NiceForm
actions=
{
formActions
}
onSubmit=
{
values
=>
ref
.
current
.
reload
(
values
)
}
expressionScope
=
{
{
c
ontrollerBtns
,
components
=
{
{
C
ontrollerBtns
,
}
}
effects=
{
(
$
,
actions
)
=>
{
useStateFilterSearchLinkageEffect
(
...
...
src/pages/member/memberPrConfirm/index.tsx
View file @
38746117
...
...
@@ -221,7 +221,7 @@ const MemberPrConfirm: React.FC<{}> = props => {
return
{};
};
const
controllerBtns
=
(
const
ControllerBtns
=
()
=>
(
<
Space
>
<
Button
onClick=
{
handleBatch
}
>
批量确认审核通过
...
...
@@ -243,8 +243,8 @@ const MemberPrConfirm: React.FC<{}> = props => {
<
NiceForm
actions=
{
formActions
}
onSubmit=
{
values
=>
ref
.
current
.
reload
(
values
)
}
expressionScope
=
{
{
c
ontrollerBtns
,
components
=
{
{
C
ontrollerBtns
,
}
}
effects=
{
(
$
,
actions
)
=>
{
useStateFilterSearchLinkageEffect
(
...
...
src/pages/member/memberPrSubmit/index.tsx
View file @
38746117
...
...
@@ -214,7 +214,7 @@ const MemberPrSubmit: React.FC<{}> = props => {
return
{};
};
const
controllerBtns
=
(
const
ControllerBtns
=
()
=>
(
<
Space
>
<
Button
onClick=
{
handleBatch
}
>
批量审核通过
...
...
@@ -236,8 +236,8 @@ const MemberPrSubmit: React.FC<{}> = props => {
<
NiceForm
actions=
{
formActions
}
onSubmit=
{
values
=>
ref
.
current
.
reload
(
values
)
}
expressionScope
=
{
{
c
ontrollerBtns
,
components
=
{
{
C
ontrollerBtns
,
}
}
effects=
{
(
$
,
actions
)
=>
{
useStateFilterSearchLinkageEffect
(
...
...
src/pages/member/schema/auditSchema.ts
View file @
38746117
...
...
@@ -17,10 +17,7 @@ export const auditSchema: ISchema = {
properties
:
{
ctl
:
{
type
:
'object'
,
'x-component'
:
'Children'
,
'x-component-props'
:
{
children
:
'{{controllerBtns}}'
,
},
'x-component'
:
'ControllerBtns'
,
},
name
:
{
type
:
'string'
,
...
...
Write
Preview
Markdown
is supported
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