commit
This commit is contained in:
@@ -312,7 +312,7 @@ layout("/layouts/platform_h5.html"){
|
||||
return { value: item.name, text: item.name }
|
||||
})
|
||||
// 政治面貌
|
||||
const politicalData = await this.$businessTool.getDictOptions('POLITICAL_STATUS')
|
||||
const politicalData = await this.$businessTool.getDictOptions('USER_POLITICAL')
|
||||
this.politicalColumns = politicalData.map(item => {
|
||||
return { value: item.name, text: item.name }
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user