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
fede7d19
Commit
fede7d19
authored
Jul 26, 2021
by
前端-黄佳鑫
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🐞
fix(商品询价、物流能力): 修复bug
parent
0877d8c6
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
15 additions
and
0 deletions
+15
-0
index.tsx
src/pages/transaction/components/TableLayout/index.tsx
+3
-0
addForm.tsx
...saction/dealAbility/inquiryOffer/waitAddOffer/addForm.tsx
+4
-0
addForm.tsx
...ion/dealAbility/productInquiry/waitAddInquiry/addForm.tsx
+4
-0
index.tsx
...ility/logisticsAdminister/component/addressForm/index.tsx
+2
-0
add.tsx
...bility/logisticsAdminister/logisticsCompanyManage/add.tsx
+2
-0
No files found.
src/pages/transaction/components/TableLayout/index.tsx
View file @
fede7d19
...
...
@@ -68,6 +68,9 @@ const Table: React.FC<Iprops> = (props: any) => {
fetchRowkeys
(
rowKeys
)
setSelectedRowKeys
(
rowKeys
);
},
getCheckboxProps
:
(
record
:
any
)
=>
{
console
.
log
(
record
,
962039
)
}
}
useImperativeHandle
(
reload
,
()
=>
({
...
...
src/pages/transaction/dealAbility/inquiryOffer/waitAddOffer/addForm.tsx
View file @
fede7d19
...
...
@@ -113,7 +113,11 @@ const AddedFormLayout: React.FC<AddedFormLayoutProps> = (props: any) => {
}
setUnsaved
(
false
);
history
.
goBack
();
}).
catch
(
_error
=>
{
setLoading
(
false
)
})
}).
catch
(
_error
=>
{
setLoading
(
false
)
})
}
...
...
src/pages/transaction/dealAbility/productInquiry/waitAddInquiry/addForm.tsx
View file @
fede7d19
...
...
@@ -72,7 +72,11 @@ const AddedFormLayout: React.FC<AddedFormLayoutProps> = (props: any) => {
setUnsaved
(
false
);
setLoading
(
false
);
history
.
goBack
();
}).
catch
(
_error
=>
{
setLoading
(
false
)
})
}).
catch
(
_error
=>
{
setLoading
(
false
)
})
}
...
...
src/pages/transaction/logisticsAbility/logisticsAdminister/component/addressForm/index.tsx
View file @
fede7d19
...
...
@@ -134,6 +134,8 @@ const AddressForm: React.FC<AddressFormProps> = (props: any) => {
return
}
history
.
goBack
();
}).
catch
(
_error
=>
{
setSubmitLoading
(
false
)
})
}
...
...
src/pages/transaction/logisticsAbility/logisticsAdminister/logisticsCompanyManage/add.tsx
View file @
fede7d19
...
...
@@ -128,6 +128,8 @@ const LogisticsCompanyManageAdded = (props: any) => {
return
}
history
.
goBack
();
}).
catch
(
_error
=>
{
setSubmitLoading
(
false
)
})
}
...
...
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