| | |
| | | |
| | | // 党员待审核列表 |
| | | export const getList = (params) => { |
| | | return request.post(`/api/huacheng-sangeshenbian/applet/party-member/pre-audit-list`, params) |
| | | return request.post(`/api/huacheng-sangeshenbian/applet/party-member/pre-audit-list`, params, false, false) |
| | | } |
| | | |
| | | // 党员申请审核 |
| | |
| | | </view>
|
| | | </view>
|
| | | <view v-if="item.evaluateButtonStatus == 0" class="flex a-center j-center fs-23 mt-29 txt-center">
|
| | | <view @click.stop="toEvaluate(item.id)" class="h-58 lh-58 bgColor5 w-192 br-29 color10">
|
| | | <view @click.stop="toEvaluate(item.id)" class="h-58 lh-58 bgColor6 w-192 br-29 color10">
|
| | | 评价
|
| | | </view>
|
| | | </view>
|