更新数据

This commit is contained in:
2025-07-08 14:14:34 +08:00
parent c9fa01cfe7
commit f4e4b36851
2 changed files with 4 additions and 8 deletions

View File

@ -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>

View File

@ -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,