田源
2025-01-15 78fa1f005a9ec2581611e53d7eba8efeacb4df6e
Source/plt-web/plt-web-ui/src/api/UI/uiDefine.js
@@ -72,7 +72,7 @@
    method: 'post',
    responseType: 'blob',
    data: {
      params
      ...params
    }
  })
}
@@ -257,6 +257,15 @@
  });
}
// 修改接口
export function updatePageDefination(params) {
  return request({
    url: "/api/uiManagerController/updatePageDefination",
    method: "put",
    data: params
  });
}
// 克隆树查询接口
export function getAllLevelTreeByBtm(params) {
@@ -294,3 +303,13 @@
  });
}
// 产品树
export function getEbomInfo(params) {
  return request({
    url: "/api/dataTestController/getEbomInfo",
    method: "get",
    params
  });
}