mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-08-28 03:26:42 +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 ??
|
||||
SalaryCalculateWay.MONTH_SALARY,
|
||||
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