Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-platform
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
陈智峰
jinfa-platform
Commits
3574c4d3
Commit
3574c4d3
authored
Oct 19, 2020
by
前端-钟卫鹏
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of
http://10.0.0.22:3000/lingxi/lingxi-business-paltform
into dev
parents
0c7ecd51
462ee6f8
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
+5
-4
SearchForm.tsx
src/pages/handling/components/ModalForTable/SearchForm.tsx
+1
-1
index.tsx
src/pages/handling/components/ProcessProducts/index.tsx
+3
-2
processProductSchema.tsx
src/pages/handling/schema/processProductSchema.tsx
+1
-1
No files found.
src/pages/handling/components/ModalForTable/SearchForm.tsx
View file @
3574c4d3
...
...
@@ -20,7 +20,7 @@ const SearchForm = (props) => {
onFieldValueChange$
(
'pagination'
).
subscribe
((
state
)
=>
{
console
.
log
(
"pagination"
)
// handleSearch
({...state.value})
handleSubmit
({...
state
.
value
})
})
!!
effects
&&
effects
();
}
...
...
src/pages/handling/components/ProcessProducts/index.tsx
View file @
3574c4d3
...
...
@@ -23,6 +23,7 @@ const tableSchema = {
"columns"
:
columns
,
"rowKey"
:
"id"
,
"pagination"
:
false
,
// loading: true,
"rowSelection"
:
"{{rowSelection}}"
}
},
...
...
@@ -62,8 +63,8 @@ const ProcessProducts = ({visible, cancel, actions, ...restProps}) => {
// const status = actions.getFieldValue('status'); // 状态
const
postData
=
{
name
:
name
||
''
,
current
:
1
,
pageSize
:
10
,
...
paginationParams
,
...
params
}
fetchData
(
postData
).
then
((
data
)
=>
{
setTableStatus
({
dataSource
:
data
.
data
,
totalCount
:
data
.
totalCount
})
...
...
src/pages/handling/schema/processProductSchema.tsx
View file @
3574c4d3
/*
* @Author: Bill
* @Date: 2020-10-14 18:45:31
* @LastEditTime: 2020-10-1
6 17:39:55
* @LastEditTime: 2020-10-1
9 09:56:52
* @desc 选择加工商品schema
* 这里其实就是两个flex 布局加一个table, 通过expressScrope 注入代码
*/
...
...
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