浏览代码

deploy

master
Soleilw 1年前
父节点
当前提交
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: ''
} }

正在加载...
取消
保存