Commit 2801a2a5 authored by 徐一鸣's avatar 徐一鸣

应用详情fixed

parent b62a7ac8
......@@ -82,10 +82,10 @@ export default {
.get(`/apaas/hubApi/appShop/orgInfo/${this.id}`)
.then(({ data }) => {
this.providerData = {
organization_name: data.department_name,
picture_path: data.picture_path,
user_name: data.user_name,
phone: data.phone,
organization_name: data.data.department_name,
picture_path: data.data.picture_path,
user_name: data.data.user_name,
phone: data.data.phone,
};
})
.catch(function(error) {
......
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