Admin
2022-10-26 5c1793739a6a6f82ab463c6222cb7b62072f055d
默认更改列表
已修改2个文件
36 ■■■■ 文件已修改
src/views/specialWorkManage/workTicket/allApplys/index.vue 18 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/specialWorkManage/workTicket/myJobApply/index.vue 18 ●●●● 补丁 | 查看 | 原始文档 | 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 = ''
            }