MrShi
2025-05-07 569c6b3e6b28b2808d22af4656c8f65a973c345e
pda/api/index.js
@@ -166,4 +166,12 @@
    method: 'get',
    data
  })
}
//  恢复作业
export const restoreWork = (data) => {
  return http({
    url: 'visitsAdmin/cloudService/web/platformJob/restoreWork',
    method: 'post',
    data
  })
}