完成 电能质量问题管理页面 修改 谐波普测管理页面
This commit is contained in:
@@ -17,6 +17,15 @@ export function exportSurveyPlan(data: any) {
|
||||
responseType: 'blob'
|
||||
})
|
||||
}
|
||||
//删除普测计划
|
||||
export function deletePlan(data: any) {
|
||||
return createAxios({
|
||||
url: '/process-boot/rGeneralSurveyPlan/deletePlan',
|
||||
method: 'post',
|
||||
data,
|
||||
|
||||
})
|
||||
}
|
||||
//新增
|
||||
export function getGeneratrixByCondition(data: any) {
|
||||
return createAxios({
|
||||
|
||||
Reference in New Issue
Block a user