fuliqi
2024-03-13 809eae43e71f8c285b2247931228d1952df2b9cd
src/api/platform/check-template.js
@@ -42,3 +42,11 @@
    method: 'delete'
  })
}
// 获取运维单位下拉列表
export function templateSelect() {
  return request({
    url: '/check-template/list',
    method: 'get'
  })
}