更新数据
This commit is contained in:
@ -108,9 +108,9 @@
|
|||||||
<!-- 详情 -->
|
<!-- 详情 -->
|
||||||
<DetailForm ref="detailDiloag" />
|
<DetailForm ref="detailDiloag" />
|
||||||
|
|
||||||
<!-- 选择用户 -->
|
|
||||||
<ChooseUser v-model="chooseUserVisible" @choosedUsers="handleUserSelected" :roleIds="roleIds" />
|
<!-- 选择用户 -->
|
||||||
<!-- 转线索 -->
|
<ChooseUser v-model="chooseUserVisible" @choosedUsers="handleUserSelected" :roleIds="roleIds" /> <!-- 转线索 -->
|
||||||
<ZxsForm v-if="showzxs" ref="zxsDilof" @change="getList" :dic="{ D_BZ_SF, D_BZ_XB, D_GS_XS_LY, D_BZ_SSZT, D_GS_XS_LX, D_GS_XS_QTLX }">
|
<ZxsForm v-if="showzxs" ref="zxsDilof" @change="getList" :dic="{ D_BZ_SF, D_BZ_XB, D_GS_XS_LY, D_BZ_SSZT, D_GS_XS_LX, D_GS_XS_QTLX }">
|
||||||
</ZxsForm>
|
</ZxsForm>
|
||||||
</div>
|
</div>
|
||||||
|
@ -116,11 +116,7 @@ const init = (list) => {
|
|||||||
fjdz.value = []
|
fjdz.value = []
|
||||||
tabHeightFn()
|
tabHeightFn()
|
||||||
dialogForm.value = true;
|
dialogForm.value = true;
|
||||||
let peo = []
|
pageForm.tableData = list.map((it) => {
|
||||||
list.forEach(item => {
|
|
||||||
if(item.zdryList) peo = peo.concat(item.zdryList);
|
|
||||||
});
|
|
||||||
pageForm.tableData = peo.map((it) => {
|
|
||||||
return {
|
return {
|
||||||
xm: it.ryXm,
|
xm: it.ryXm,
|
||||||
xb: it.ryXb,
|
xb: it.ryXb,
|
||||||
|
Reference in New Issue
Block a user