dev
This commit is contained in:
parent
3fd87a5e13
commit
9f10e9c841
|
|
@ -396,6 +396,7 @@ const socialCardUpdate = (e: any) => {
|
||||||
edit_data.value.certNo = e.data.baseinfo.certno
|
edit_data.value.certNo = e.data.baseinfo.certno
|
||||||
edit_data.value.age = Math.floor(e.data.baseinfo.age)
|
edit_data.value.age = Math.floor(e.data.baseinfo.age)
|
||||||
tableData.value = e.data.insuinfo
|
tableData.value = e.data.insuinfo
|
||||||
|
edit_data.value.type = 2
|
||||||
if (edit_data.value.certNo) {
|
if (edit_data.value.certNo) {
|
||||||
post('vip/vip/list', {
|
post('vip/vip/list', {
|
||||||
keyword: edit_data.value.certNo,
|
keyword: edit_data.value.certNo,
|
||||||
|
|
|
||||||
|
|
@ -18,6 +18,7 @@
|
||||||
<div class="content_list" style="padding: 0 24px">
|
<div class="content_list" style="padding: 0 24px">
|
||||||
<ul class="role_list">
|
<ul class="role_list">
|
||||||
<el-scrollbar style="height: 100%">
|
<el-scrollbar style="height: 100%">
|
||||||
|
<li :class="{active:isShowNum==-1}" @click="changeRole(null,-1)">全部</li>
|
||||||
<li v-for="(item, index) in roleList" :key="index"
|
<li v-for="(item, index) in roleList" :key="index"
|
||||||
:class="{active:isShowNum==index}" @click="changeRole(item,index)">
|
:class="{active:isShowNum==index}" @click="changeRole(item,index)">
|
||||||
<span class="name">{{ item.name }}</span>
|
<span class="name">{{ item.name }}</span>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue