提交 f0330016 编写于 作者: 张磊's avatar 张磊

change btn

上级 0613bd83
...@@ -309,7 +309,7 @@ export default { ...@@ -309,7 +309,7 @@ export default {
this.queryParams.projectId = cQuery.projectId || ''; this.queryParams.projectId = cQuery.projectId || '';
if (this.queryParams.projectId) { if (this.queryParams.projectId) {
this.getProvinceData(this.queryParams); this.getProvinceData(this.queryParams);
this.getOrgData2(); this.getOrgData2({projectId:this.queryParams.projectId});
} }
} }
}, },
......
...@@ -22,9 +22,8 @@ export const getAreaOrOrgList = async (params) => { ...@@ -22,9 +22,8 @@ export const getAreaOrOrgList = async (params) => {
export const getAreaOrOrgList2 = async (params) => { export const getAreaOrOrgList2 = async (params) => {
return request({ return request({
method: 'get', method: 'get',
params: params,
withCredentials: true, withCredentials: true,
url: 'hospital/hospitalStats/portal/hospital/deepLowers', url: `hospital/hospitalStats/portal/hospital/deepLowers/${params.projectId}`,
}); });
}; };
/** /**
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册