| }, [dictModel.payList, isLoading]); | }, [dictModel.payList, isLoading]); | ||||
| useEffect(() => { | useEffect(() => { | ||||
| if (!isLoading) { | if (!isLoading) { | ||||
| dictModel.workExperienceList.unshift({ id: 0, name: '不限', checked: true }); | |||||
| } | |||||
| dictModel.workExperienceList.unshift({ id: 0, name: '不限', checked: true }); | |||||
| } | |||||
| }, [dictModel.workExperienceList, isLoading]) | }, [dictModel.workExperienceList, isLoading]) | ||||
| useEffect(() => { | useEffect(() => { | ||||
| if (!isLoading) { | if (!isLoading) { | ||||
| dictModel.educationList.unshift({ id: 0, name: '不限', checked: true }); | |||||
| } | |||||
| dictModel.educationList.unshift({ id: 0, name: '不限', checked: true }); | |||||
| } | |||||
| }, [dictModel.educationList, isLoading]) | }, [dictModel.educationList, isLoading]) | ||||
| useEffect(() => { | useEffect(() => { | ||||
| if (!isLoading) { | if (!isLoading) { | ||||
| dictModel.titleList.unshift({ id: 0, name: '不限', checked: true }); | |||||
| } | |||||
| dictModel.titleList.unshift({ id: 0, name: '不限', checked: true }); | |||||
| } | |||||
| }, [dictModel.titleList, isLoading]) | }, [dictModel.titleList, isLoading]) | ||||
| useEffect(() => { | useEffect(() => { | ||||
| if (!isLoading) { | if (!isLoading) { | ||||
| dictModel.skillCertificationeList.unshift({ id: 0, name: '不限', checked: true }); | |||||
| } | |||||
| dictModel.skillCertificationeList.unshift({ id: 0, name: '不限', checked: true }); | |||||
| } | |||||
| }, [dictModel.skillCertificationeList, isLoading]) | }, [dictModel.skillCertificationeList, isLoading]) | ||||
| useEffect(() => { | useEffect(() => { | ||||
| if (!isLoading) { | if (!isLoading) { | ||||
| dictModel.natureList.unshift({ id: 0, name: '不限', checked: true }); | |||||
| } | |||||
| dictModel.natureList.unshift({ id: 0, name: '不限', checked: true }); | |||||
| } | |||||
| }, [dictModel.natureList, isLoading]) | }, [dictModel.natureList, isLoading]) | ||||
| useEffect(() => { | useEffect(() => { | ||||
| if (!isLoading) { | if (!isLoading) { | ||||
| dictModel.scaleList.unshift({ id: 0, name: '不限', checked: true }); | |||||
| } | |||||
| dictModel.scaleList.unshift({ id: 0, name: '不限', checked: true }); | |||||
| } | |||||
| }, [dictModel.scaleList, isLoading]) | }, [dictModel.scaleList, isLoading]) | ||||
| useEffect(() => { | useEffect(() => { | ||||
| if (!isLoading) { | if (!isLoading) { | ||||
| dictModel.updateList.unshift({ id: 0, name: '不限', checked: true }); | |||||
| } | |||||
| dictModel.updateList.unshift({ id: 0, name: '不限', checked: true }); | |||||
| } | |||||
| }, [dictModel.updateList, isLoading]) | }, [dictModel.updateList, isLoading]) | ||||
| useEffect(() => { | useEffect(() => { | ||||
| if (!isLoading) { | if (!isLoading) { | ||||
| dictModel.accommodationRequirementList.unshift({ id: 0, name: '不限', checked: true }); | |||||
| } | |||||
| dictModel.accommodationRequirementList.unshift({ id: 0, name: '不限', checked: true }); | |||||
| } | |||||
| }, [dictModel.accommodationRequirementList, isLoading]) | }, [dictModel.accommodationRequirementList, isLoading]) | ||||
| useEffect(() => { | useEffect(() => { | ||||
| if (!isLoading) { | if (!isLoading) { | ||||
| dictModel.holidayRestList.unshift({ id: 0, name: '不限', checked: true }); | |||||
| } | |||||
| dictModel.holidayRestList.unshift({ id: 0, name: '不限', checked: true }); | |||||
| } | |||||
| }, [dictModel.holidayRestList, isLoading]) | }, [dictModel.holidayRestList, isLoading]) | ||||
| // 地区 | // 地区 |