龚焕茏
2024-04-11 725f07f7b46edef47c656bad40d1b92c30a0570c
src/api/platform/check-template.js
@@ -43,10 +43,10 @@
  })
}
// 获取运维单位下拉列表
// 获取下拉列表
export function templateSelect() {
  return request({
    url: '/check/template/list',
    url: '/check/template/pullList',
    method: 'get'
  })
}