fuliqi
2024-03-13 809eae43e71f8c285b2247931228d1952df2b9cd
src/api/platform/publish.js
@@ -43,4 +43,10 @@
  })
}
// 获取考核下拉列表
export function publishSelect() {
  return request({
    url: '/system/publish/all',
    method: 'get'
  })
}