|
|
|
|
@ -1407,6 +1407,7 @@ export default {
|
|
|
|
|
// 搜索工价
|
|
|
|
|
searchPrice(e) {
|
|
|
|
|
console.log(e);
|
|
|
|
|
this.formvalue.pageNum = 1;
|
|
|
|
|
if (e.target.nodeName == "SPAN") {
|
|
|
|
|
if (e.target.textContent == this.filterObj.price) {
|
|
|
|
|
this.formvalue.monthlyPayStr = "";
|
|
|
|
|
@ -1554,6 +1555,7 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
// 改变自营三方类型
|
|
|
|
|
changeTab(e) {
|
|
|
|
|
this.formvalue.pageNum = 1
|
|
|
|
|
if (e.target.dataset.type != undefined) {
|
|
|
|
|
this.formvalue.pageNum = 1;
|
|
|
|
|
if (e.target.dataset.type != 0) {
|
|
|
|
|
@ -1973,6 +1975,7 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
searchJob(item) {
|
|
|
|
|
// console.log(item);
|
|
|
|
|
this.formvalue.pageNum = 1;
|
|
|
|
|
if (item.levelType == 1) {
|
|
|
|
|
this.formvalue.cityName = "";
|
|
|
|
|
this.formvalue.provinceName = item.name;
|
|
|
|
|
|