+ 暂无数据
+diff --git a/src/api/modules/agjtCommandApi.ts b/src/api/modules/agjtCommandApi.ts index b98f095..9720ee7 100644 --- a/src/api/modules/agjtCommandApi.ts +++ b/src/api/modules/agjtCommandApi.ts @@ -229,6 +229,9 @@ export const selectHierarchyEnterpriseListApi = (params: {}) => { export const getXzParentChildTaskListApi = (params: {}) => { return http.post(BASEURL + `/xmgl/xzTaskProgress/getParentChildList`, params, { headers: { noLoading: true } }); }; +export const getXzMilestoneListApi = (params: {}) => { + return http.post(BASEURL + `/xmgl/xzMilestone/list`, params, { headers: { noLoading: true } }); +}; // 甘特图接口结束位置 diff --git a/src/views/commandScreen/dialogCompnnents/safe-info.vue b/src/views/commandScreen/dialogCompnnents/safe-info.vue index f55ce3c..93ddf33 100644 --- a/src/views/commandScreen/dialogCompnnents/safe-info.vue +++ b/src/views/commandScreen/dialogCompnnents/safe-info.vue @@ -124,10 +124,14 @@ {{ item.name || "--" }} -
+ 暂无数据
+
+