Commit 0fa3d0cc authored by Your Name's avatar Your Name

配送方式详情

parent ebc05cf7
...@@ -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
} }
}) })
} }
......
...@@ -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 => {})
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment