mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-09-07 16:37:06 +08:00
fix expectCityList in config is not fill back
This commit is contained in:
@@ -1970,7 +1970,8 @@ electron.ipcRenderer.invoke('fetch-config-file-content').then((res) => {
|
|||||||
res.config['common-job-condition-config.json']?.expectSalaryCalculateWay ??
|
res.config['common-job-condition-config.json']?.expectSalaryCalculateWay ??
|
||||||
SalaryCalculateWay.MONTH_SALARY,
|
SalaryCalculateWay.MONTH_SALARY,
|
||||||
expectSalaryLow: res.config['common-job-condition-config.json']?.expectSalaryLow ?? null,
|
expectSalaryLow: res.config['common-job-condition-config.json']?.expectSalaryLow ?? null,
|
||||||
expectSalaryHigh: res.config['common-job-condition-config.json']?.expectSalaryHigh ?? null
|
expectSalaryHigh: res.config['common-job-condition-config.json']?.expectSalaryHigh ?? null,
|
||||||
|
expectCityList: res.config['common-job-condition-config.json']?.expectCityList ?? []
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user