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