Merge branch 'feature/人核保单显示撤单按钮' into dev

# Conflicts:
#	src/views/ebiz/sale/List.vue
This commit is contained in:
mengxiaolong
2020-12-09 15:03:04 +08:00

View File

@@ -178,7 +178,7 @@
<script>
import { Search, Tabs, Tab, List, Tag, Sticky, Toast, Dialog, Field } from 'vant'
import { orderList, deleteOrderInfo, revokeOrder, getAuthCode } from '@/api/ebiz/sale/sale'
import { orderList, deleteOrderInfo, getAuthCode, revokeOrder } from '@/api/ebiz/sale/sale'
import { formatRiskList } from '@/assets/js/utils/formatRiskList.js'
import dataDictionary from '@/assets/js/utils/data-dictionary' //根据数据字典找到用户等级
import CheckAgent from '@/components/common/CheckAgent'
@@ -211,12 +211,15 @@ export default {
pageSize: 5, //每页数据条数
isSuccess: false,
canRevoke: {
'19': true,
'02': true,
'19': true,
'48': true,
'49': true,
'55': true,
'58': true
'58': true,
'46': true,
'50': true,
'51': true
},
revokePanelShow: false,
sms: '',
@@ -439,15 +442,7 @@ export default {
},
//初始化保单列表
getOrderList(pageInfo) {
// this.$toast.loading({
// duration: 0, // 持续展示 toast
// forbidClick: true, // 禁用背景点击
// loadingType: 'spinner',
// message: '加载中……'
// })
orderList(pageInfo).then(res => {
// this.$toast.clear()
if (res.result == '0') {
this.isSuccess = true
this.currentPage++