diff --git a/src/api/yingji/home.js b/src/api/yingji/home.js new file mode 100644 index 0000000..7a3668a --- /dev/null +++ b/src/api/yingji/home.js @@ -0,0 +1,18 @@ +/* + * @Descripttion: + * @version: + * @Author: JC9527 + * @Date: 2023-09-11 15:38:21 + * @LastEditors: JC9527 + * @LastEditTime: 2023-09-28 13:22:58 + */ +import request from '@/utils/request' + +// 首页表格 +export function indexRegionalism(params) { + return request({ + url: "/pharmaceuticals/bPlanEnterprise/tree", + method: "get", + params, + }); +} \ No newline at end of file diff --git a/src/views/yingji/echarts/completePlan.vue b/src/views/yingji/echarts/completePlan.vue index 8569695..11f41fb 100644 --- a/src/views/yingji/echarts/completePlan.vue +++ b/src/views/yingji/echarts/completePlan.vue @@ -1,41 +1,38 @@