diff --git a/src/components/FirstJob/joblist.vue b/src/components/FirstJob/joblist.vue index 3c3af54..f1d0e2c 100644 --- a/src/components/FirstJob/joblist.vue +++ b/src/components/FirstJob/joblist.vue @@ -372,10 +372,10 @@
-
最新
+
最新
-
按工价
-
按佣金
+
按工价
+
按佣金
@@ -976,6 +976,7 @@ export default { filterStatus: 0, // 筛选开合状态 filterHeight: "", // 筛选盒子高度 signType: 0, // 自营三方类型(0全部,1自营,2三方) + sortTag:0, tagArray0: [], tagArray1: [], tagArray2: [], @@ -1325,6 +1326,7 @@ export default { pageSize: 8, total: null, //分页配置 isScroll: newdata && newdata.isScroll == 1 ? 1 : 0, + sortTag: this.sortTag }; for (var k in this.formvalue) { if (Array.isArray(this.formvalue[k])) { @@ -1650,7 +1652,7 @@ export default { // this.formvalue.signType = this.signType = e.target.dataset.type; // this.getJobListYicai(); // } else { - this.formvalue.signType = this.signType = e.target.dataset.type; + this.formvalue.sortTag = this.sortTag = e.target.dataset.type; this.getJobList(); //} }