|
|
@@ -123,6 +123,13 @@ export default class DealSeoData {
|
|
|
//其他
|
|
|
page = 1
|
|
|
}
|
|
|
+
|
|
|
+ // 通过 window.location.search 获取 workType
|
|
|
+ let workType = this.app.context.route.query.workType || ''
|
|
|
+ if (Number(workType) === 1 || Number(workType) === 2) {
|
|
|
+ this.selected.workType = 2
|
|
|
+ }
|
|
|
+
|
|
|
await this.getList()
|
|
|
return {
|
|
|
typeList,
|
|
|
@@ -165,9 +172,9 @@ export default class DealSeoData {
|
|
|
slug: "yuancheng"
|
|
|
}, {
|
|
|
id: 2,
|
|
|
- name: "全职",
|
|
|
+ name: "驻场",
|
|
|
value: 2,
|
|
|
- text: "全职",
|
|
|
+ text: "驻场",
|
|
|
slug: "zhuchang"
|
|
|
}
|
|
|
]
|