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

配送方式详情

parent ebc05cf7
......@@ -86,10 +86,10 @@ export function modifyDistributionDetail(parameter) {
// 获取配送方式详情
export function getDistributionDetail(parameter) {
return axios({
url: '',
url: 'transport/transport-methods/get-transport-detail',
method: 'get',
params: {
'guid':parameter
'GUID':parameter
}
})
}
......
......@@ -78,7 +78,7 @@ export default {
return getCompanyDetail(id)
.then(res => {
console.log(res)
this.form.setFieldsValue(res)
this.form.setFieldsValue(res.data)
})
.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