|
@@ -63,7 +63,7 @@
|
|
|
<Training v-model="result.trainList" :isEdit="isEdit" />
|
|
|
<div class="text-center m-t-30px">
|
|
|
<el-affix position="bottom" :offset="20">
|
|
|
- <el-button @click="push('/menduner/talentMap')" type="warning" plain size="large" class="!w-120px">取 消</el-button>
|
|
|
+ <el-button @click="push('/headhunting/menduner/system/talentMap/talentMap')" type="warning" plain size="large" class="!w-120px">取 消</el-button>
|
|
|
<el-button v-if="id === 'add'" type="primary" @click="handleSave" size="large" class="!w-120px">保 存</el-button>
|
|
|
</el-affix>
|
|
|
</div>
|
|
@@ -263,7 +263,7 @@ const handleSave = async () => {
|
|
|
await TalentMap.createTalentMapInfo(result.value)
|
|
|
message.success('新增成功!')
|
|
|
result.value = cloneDeep(DefaultData)
|
|
|
- push('/menduner/talentMap')
|
|
|
+ push('/headhunting/menduner/system/talentMap/talentMap')
|
|
|
} catch (error) {
|
|
|
console.log(error)
|
|
|
} finally {
|