Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
newShopFront
Project
Project
Details
Activity
Releases
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
newshop
newShopFront
Commits
0fa3d0cc
Commit
0fa3d0cc
authored
Dec 30, 2019
by
Your Name
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
配送方式详情
parent
ebc05cf7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
delivery.js
src/api/delivery.js
+2
-2
companyDetail.vue
src/views/delivery/details/companyDetail.vue
+1
-1
No files found.
src/api/delivery.js
View file @
0fa3d0cc
...
@@ -86,10 +86,10 @@ export function modifyDistributionDetail(parameter) {
...
@@ -86,10 +86,10 @@ export function modifyDistributionDetail(parameter) {
// 获取配送方式详情
// 获取配送方式详情
export
function
getDistributionDetail
(
parameter
)
{
export
function
getDistributionDetail
(
parameter
)
{
return
axios
({
return
axios
({
url
:
''
,
url
:
'
transport/transport-methods/get-transport-detail
'
,
method
:
'get'
,
method
:
'get'
,
params
:
{
params
:
{
'
guid
'
:
parameter
'
GUID
'
:
parameter
}
}
})
})
}
}
...
...
src/views/delivery/details/companyDetail.vue
View file @
0fa3d0cc
...
@@ -78,7 +78,7 @@ export default {
...
@@ -78,7 +78,7 @@ export default {
return
getCompanyDetail
(
id
)
return
getCompanyDetail
(
id
)
.
then
(
res
=>
{
.
then
(
res
=>
{
console
.
log
(
res
)
console
.
log
(
res
)
this
.
form
.
setFieldsValue
(
res
)
this
.
form
.
setFieldsValue
(
res
.
data
)
})
})
.
catch
(
err
=>
{})
.
catch
(
err
=>
{})
}
}
...
...
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