| | |
| | | </template> |
| | | </basic-container> |
| | | </template> |
| | | |
| | | |
| | | <script> |
| | | import assessmentWeight from './components/assessmentWeight.vue' |
| | | import { getList } from '@/api/system/user.js' |
| | |
| | | export default { |
| | | components: { |
| | | assessmentWeight |
| | | }, |
| | | }, |
| | | data() { |
| | | return { |
| | | isWeight: true, |
| | |
| | | label: "被考核人", |
| | | prop: "name", |
| | | type: "input", |
| | | search: true |
| | | search: true, |
| | | }, |
| | | { |
| | | label: "工号", |
| | |
| | | }; |
| | | |
| | | getList(page.currentPage, page.pageSize, values).then(res => { |
| | | console.log(res); |
| | | const data = res.data.data; |
| | | this.page.total = data.total; |
| | | this.data = data.records; |
| | |
| | | } |
| | | } |
| | | </script> |
| | | |
| | | |
| | | <style></style> |
| | | |