flat: 国庆节暂存
This commit is contained in:
@@ -171,6 +171,9 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import {
|
||||
GoLogin
|
||||
} from '@/untils/AxiosUtils.js';
|
||||
import {
|
||||
mapGetters
|
||||
} from 'vuex'
|
||||
@@ -247,6 +250,10 @@
|
||||
}
|
||||
},
|
||||
onShow() {
|
||||
if (!this.$api.haslogin()) {
|
||||
GoLogin()
|
||||
return
|
||||
}
|
||||
this.getSkill()
|
||||
},
|
||||
created() {
|
||||
@@ -529,6 +536,7 @@
|
||||
}).then(res => {
|
||||
this.isShowButton = false;
|
||||
this.getResume()
|
||||
this.$store.dispatch('getResumeInfo')
|
||||
this.$api.msg('保存成功')
|
||||
})
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user