Merge remote-tracking branch 'l-origin/ljx'
This commit is contained in:
@ -52,11 +52,11 @@ export const getScreenPeople = (projectId: number | string) => {
|
|||||||
// 查询项目AI安全巡检
|
// 查询项目AI安全巡检
|
||||||
export const getScreenSafetyInspection = (projectId: number | string) => {
|
export const getScreenSafetyInspection = (projectId: number | string) => {
|
||||||
return request({
|
return request({
|
||||||
url: '/project/big/screen/safetyInspection/',
|
url: '/project/big/screen/safetyInspection/' + projectId,
|
||||||
method: 'get',
|
method: 'get'
|
||||||
params: {
|
// params: {
|
||||||
projectId
|
// projectId
|
||||||
}
|
// }
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@ -213,7 +213,7 @@ const initEcharts = () => {
|
|||||||
});
|
});
|
||||||
};
|
};
|
||||||
const navigateToProjectDetail = (data) => {
|
const navigateToProjectDetail = (data) => {
|
||||||
window.open('http://localhost:7788/ProjectScreen?projectId=' + data.id + '&projectName=' + data.name, '_blank');
|
window.open('http://xny.yj-3d.com:7788/ProjectScreen?projectId=' + data.id + '&projectName=' + data.name, '_blank');
|
||||||
//xny.yj-3d.com
|
//xny.yj-3d.com
|
||||||
};
|
};
|
||||||
const risk_level_type1 = ref([]);
|
const risk_level_type1 = ref([]);
|
||||||
|
|||||||
Reference in New Issue
Block a user