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