flat: 暂存
This commit is contained in:
@@ -26,9 +26,7 @@
|
||||
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
|
||||
}
|
||||
return {}
|
||||
},
|
||||
computed: {
|
||||
...mapState({
|
||||
@@ -65,10 +63,10 @@
|
||||
if (resData.data.data) {
|
||||
resolve()
|
||||
} else {
|
||||
// this.$api.msg('您未申请开通该功能,请联系工作人员')
|
||||
this.navTo(
|
||||
'/pages/recruit/subPage/enterpriceCertification/enterpriceCertification'
|
||||
)
|
||||
this.$api.msg('您未申请开通该功能,请联系工作人员')
|
||||
// this.navTo(
|
||||
// '/pages/recruit/subPage/enterpriceCertification/enterpriceCertification'
|
||||
// )
|
||||
}
|
||||
} else {
|
||||
reject()
|
||||
|
||||
Reference in New Issue
Block a user