|
@@ -203,12 +203,12 @@
|
|
|
}
|
|
|
// this.conditionForm.jobStatus = res.data.jobStatus;
|
|
|
// this.conditionForm.salaryRange = res.data.salaryRange;
|
|
|
- this.salaryRangeList.forEach((item, index) => {
|
|
|
- if (res.data.salaryRange === item.value) {
|
|
|
- this.salaryRangeIndex = [index]
|
|
|
- this.conditionForm.salaryRangeName = item.label
|
|
|
- }
|
|
|
- })
|
|
|
+ // this.salaryRangeList.forEach((item, index) => {
|
|
|
+ // if (res.data.salaryRange === item.value) {
|
|
|
+ // this.salaryRangeIndex = [index]
|
|
|
+ // this.conditionForm.salaryRangeName = item.label
|
|
|
+ // }
|
|
|
+ // })
|
|
|
} else {
|
|
|
uni.showToast({
|
|
|
icon: 'none',
|
|
@@ -231,6 +231,12 @@
|
|
|
*/
|
|
|
viewDetails() {
|
|
|
this.updateShow = true
|
|
|
+ this.conditionForm = {
|
|
|
+ jobStatus: '',
|
|
|
+ salaryRangeName: '',
|
|
|
+ salaryRange: '',
|
|
|
+ jobIntention: ''
|
|
|
+ }
|
|
|
setTimeout(() => {
|
|
|
this.$refs.conditionForm.setRules(this.conditionFormRules);
|
|
|
}, 0)
|