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) {