From 01f62968de39cacddaed903bb936cc5163573fc4 Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期五, 23 十二月 2022 14:51:37 +0800 Subject: [PATCH] 更改列表显示 --- src/views/specialWorkManage/workTicket/allApplys/index.vue | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/views/specialWorkManage/workTicket/allApplys/index.vue b/src/views/specialWorkManage/workTicket/allApplys/index.vue index 8668440..407c40c 100644 --- a/src/views/specialWorkManage/workTicket/allApplys/index.vue +++ b/src/views/specialWorkManage/workTicket/allApplys/index.vue @@ -395,15 +395,15 @@ this.dialogType = row.workType this.details = JSON.parse(JSON.stringify(row)); this.details.operators = this.details.operators.join('、') - if(this.details.workDetail.otherSpecialWork == '' || !this.details.workDetail.otherSpecialWork){ - this.details.workDetail.otherSpecialWork = '' - } - else { - const a = this.details.workDetail.otherSpecialWork - this.details.workDetail.otherSpecialWork = a.split(',').map((item) => { - return this.workType.find((i) => i.id === Number(item)).name; - }).join('、'); - } + // if(this.details.workDetail.otherSpecialWork == '' || !this.details.workDetail.otherSpecialWork){ + // this.details.workDetail.otherSpecialWork = '' + // } + // else { + // const a = this.details.workDetail.otherSpecialWork + // this.details.workDetail.otherSpecialWork = a.split(',').map((item) => { + // return this.workType.find((i) => i.id === Number(item)).name; + // }).join('、'); + // } if(this.details.workDetail.involvedDepIds == '' || !this.details.workDetail.involvedDepIds){ this.details.workDetail.involvedDepIds = '' } -- Gitblit v1.9.2