src/views/specialWorkManage/workTicket/allApplys/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/specialWorkManage/workTicket/myJobApply/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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 = '' } src/views/specialWorkManage/workTicket/myJobApply/index.vue
@@ -416,15 +416,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 = '' }