-
@@ -543,13 +544,13 @@
全部
- 一才
+ 全部
+ 一才
+
-
-
+
{{ item.minMonthlyPay ? item.minMonthlyPay : "" }}-{{ item.maxMonthlyPay ? item.maxMonthlyPay : "" }}元/月
+
{{ item.minMonthlyPay ? item.minMonthlyPay / 100 : "" }}-{{ item.maxMonthlyPay ? item.maxMonthlyPay / 100 : "" }}元/月
@@ -1068,6 +1069,7 @@ export default {
minAge: "",
maxAge: "",
managerInfo: {},
+ hasTab:false, //判断是不是从后台来的
};
},
// 计算属性
@@ -1201,8 +1203,13 @@ export default {
this.signType = info.signType ? info.signType : "";
this.currentPage = info.pageNum ? info.pageNum : 1;
}
- if(this.$route.query.tab == 1){
+
+ if(this.$route.query.tab == 1 || localStorage.getItem("hasTab")){
this.signType = 1;
+ this.hasTab = true;
+ //写入session缓存
+ localStorage.setItem("hasTab", this.hasTab)
+
}
if (this.$route.query.type) {
@@ -1356,8 +1363,8 @@ export default {
console.log(this.formvalue);
try {
newdata = {
- // agencyId: "3087", //正式版
- agencyId: "2743", //测试版
+ agencyId: "3087", //正式版
+ // agencyId: "2743", //测试版
recruitment: "1",
keys: "",
pageNum: 1,
diff --git a/src/components/main/index.vue b/src/components/main/index.vue
index bf1e274..b7a691b 100644
--- a/src/components/main/index.vue
+++ b/src/components/main/index.vue
@@ -121,7 +121,7 @@
|Copyright © 2015-2023 Bocai. All Rights Reserved.|
- 豫ICP备2023001993号
+ 豫ICP备2023001993号-25A