Soleilw 2 лет назад
Родитель
Сommit
9b948b787c
4 измененных файлов: 139 добавлений и 137 удалений
  1. 134
    134
      dist/assets/index-Dz78xSRG.js
  2. 1
    1
      dist/index.html
  3. 2
    1
      src/views/jobSeeker/resume/index.vue
  4. 2
    1
      src/views/jobSeeker/resume/search/index.vue

dist/assets/index-Dz78xSRG.js
Разница между файлами не показана из-за своего большого размера
Просмотреть файл


+ 1
- 1
dist/index.html Просмотреть файл

<link rel="icon" type="image/svg+xml" href="/logo_1.jpg" /> <link rel="icon" type="image/svg+xml" href="/logo_1.jpg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>菊城人才市场后台管理</title> <title>菊城人才市场后台管理</title>
<script type="module" crossorigin src="/assets/index-Bftge5-K.js"></script>
<script type="module" crossorigin src="/assets/index-Dz78xSRG.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-DSahY579.css"> <link rel="stylesheet" crossorigin href="/assets/index-DSahY579.css">
</head> </head>
<body> <body>

+ 2
- 1
src/views/jobSeeker/resume/index.vue Просмотреть файл



onMounted(() => { onMounted(() => {
commomParams.value.search.rand = false commomParams.value.search.rand = false
commomParams.value.search.sort = 'refreshtime'
getData(); getData();
}) })


commomParams.value.search = { commomParams.value.search = {
page: 1, page: 1,
pagesize: 10, pagesize: 10,
sort: 'id',
sort: 'refreshtime',
sortby: 'desc', sortby: 'desc',
keyword: '', keyword: '',
rand: false rand: false

+ 2
- 1
src/views/jobSeeker/resume/search/index.vue Просмотреть файл

commomParams.value.search.gender = null; commomParams.value.search.gender = null;
commomParams.value.search.education = null; commomParams.value.search.education = null;
commomParams.value.search.rand = false; commomParams.value.search.rand = false;
commomParams.value.search.sort = 'refreshtime';


// watch(() => props.search_params, (newVal) => { // watch(() => props.search_params, (newVal) => {
commomParams.value.search = { commomParams.value.search = {
page: 1, page: 1,
pagesize: 10, pagesize: 10,
sort: 'id',
sort: 'refreshtime',
sortby: 'desc', sortby: 'desc',
keyword: '' keyword: ''
} }

Загрузка…
Отмена
Сохранить