nidapeng
2024-04-11 5056b731dcaebbc3a48a4a910413cc4dd6c9c19a
提交一把
已修改1个文件
12 ■■■■ 文件已修改
company/src/components/enterprise/editFactoryChange.vue 12 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
company/src/components/enterprise/editFactoryChange.vue
@@ -241,10 +241,10 @@
                }).then(res => {
                    res.forEach(item => {
                        item.idCard = item.memberIdcardNo
                        item.oldDuId = item.duId
                        item.oldDuName = item.duName
                        item.oldWorkTypeName = item.workTypeName
                        item.oldWorktypeId = item.worktypeId
                        // item.oldDuId = item.duId
                        // item.oldDuName = item.duName
                        // item.oldWorkTypeName = item.workTypeName
                        // item.oldWorktypeId = item.worktypeId
                        item.workTypeName = ''
                        item.worktypeId = ''
                        item.duId = ''
@@ -255,7 +255,7 @@
            },
            // 获取投保详情
            getDetails() {
                findList({ applyId: this.form.id })
                /*findList({ applyId: this.form.id })
                    .then(res => {
                        res.forEach(item => {
                            item.idCard = item.idcardNo
@@ -272,7 +272,7 @@
                            item.duName = ''
                        })
                        // this.form.factory = res
                    })
                    })*/
                getDetail(this.form.id)
                    .then(res => {
                        this.list.push(res)