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