diff --git a/src/api/device-boot/Business.ts b/src/api/device-boot/Business.ts index cc031e6e..f236961f 100644 --- a/src/api/device-boot/Business.ts +++ b/src/api/device-boot/Business.ts @@ -38,7 +38,7 @@ export function getTerminalTree() { /** * 总计出3层,提供给表单选择具体的终端、母线、监测点 * 终端台账树 - * 等级:0-项目名称;1- 工程名称;2-单位;3-部门;4-终端;5-母线;6-监测点 + * 等级:0-项目名称;1- 用户名称;2-单位;3-部门;4-终端;5-母线;6-监测点 */ export function getTerminalSelectTree(level: number) { return createAxios({ diff --git a/src/api/process-boot/generalTest.ts b/src/api/process-boot/generalTest.ts index 95f9f495..99600a09 100644 --- a/src/api/process-boot/generalTest.ts +++ b/src/api/process-boot/generalTest.ts @@ -175,3 +175,15 @@ export function cancel(data: any) { data }) } + + + + +//新版普测计划管理新增 +export function addSurveyPlan(data: any) { + return createAxios({ + url: '/supervision-boot/surveyPlan/add', + method: 'POST', + data + }) +} diff --git a/src/components/form/datePicker/index.vue b/src/components/form/datePicker/index.vue index 1d53e98f..f331d9a4 100644 --- a/src/components/form/datePicker/index.vue +++ b/src/components/form/datePicker/index.vue @@ -1,5 +1,5 @@