| @@ -5,7 +5,7 @@ | |||
| <link rel="icon" type="image/svg+xml" href="/logo_1.jpg" /> | |||
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |||
| <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"> | |||
| </head> | |||
| <body> | |||
| @@ -49,6 +49,7 @@ | |||
| onMounted(() => { | |||
| commomParams.value.search.rand = false | |||
| commomParams.value.search.sort = 'refreshtime' | |||
| getData(); | |||
| }) | |||
| @@ -65,7 +66,7 @@ | |||
| commomParams.value.search = { | |||
| page: 1, | |||
| pagesize: 10, | |||
| sort: 'id', | |||
| sort: 'refreshtime', | |||
| sortby: 'desc', | |||
| keyword: '', | |||
| rand: false | |||
| @@ -52,6 +52,7 @@ | |||
| commomParams.value.search.gender = null; | |||
| commomParams.value.search.education = null; | |||
| commomParams.value.search.rand = false; | |||
| commomParams.value.search.sort = 'refreshtime'; | |||
| // watch(() => props.search_params, (newVal) => { | |||
| @@ -68,7 +69,7 @@ | |||
| commomParams.value.search = { | |||
| page: 1, | |||
| pagesize: 10, | |||
| sort: 'id', | |||
| sort: 'refreshtime', | |||
| sortby: 'desc', | |||
| keyword: '' | |||
| } | |||