flat: 暂存
This commit is contained in:
@@ -59,6 +59,7 @@
|
||||
'9': "驳回",
|
||||
};
|
||||
let pickerColumns = [Object.values(reviewStatus)]
|
||||
import { mapState } from 'vuex'
|
||||
export default {
|
||||
components: {CustomTabbar, CustomNavbar, userrecruitList},
|
||||
data() {
|
||||
@@ -76,7 +77,7 @@
|
||||
}
|
||||
},
|
||||
onLoad({type}) {
|
||||
if(type === 'enterprise'){
|
||||
if(this.enterprise){
|
||||
this.pageType = 'enterprise'
|
||||
this.currentArrTitleID = 0
|
||||
}
|
||||
@@ -85,6 +86,9 @@
|
||||
onReachBottom() {
|
||||
this.getList('add')
|
||||
},
|
||||
computed: {
|
||||
...mapState({enterprise: (state) => state.user.seeEnterprise}),
|
||||
},
|
||||
methods: {
|
||||
changeReviewStatus({value, index, values}) {
|
||||
const val = Object.keys(reviewStatus).filter((item) => reviewStatus[item] === value[0])[0]
|
||||
|
||||
Reference in New Issue
Block a user