This commit is contained in:
Paidax
2025-09-02 08:46:56 +08:00
parent 1c805dcd51
commit 1531aea1d6
163 changed files with 16426 additions and 6025 deletions
@@ -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 }
})