禅道bug修复
This commit is contained in:
parent
e06bb354e8
commit
8e2880f95d
Binary file not shown.
|
|
@ -1470,6 +1470,8 @@ export default {
|
||||||
postId,
|
postId,
|
||||||
teamId,
|
teamId,
|
||||||
}
|
}
|
||||||
|
this.getSubSelectList({ proId })
|
||||||
|
this.getTeamSelectList({ subId })
|
||||||
|
|
||||||
if (bmWorkerContract && Object.keys(bmWorkerContract).length > 0) {
|
if (bmWorkerContract && Object.keys(bmWorkerContract).length > 0) {
|
||||||
this.isEditContract = true // 修改的情况下 合同不允许修改
|
this.isEditContract = true // 修改的情况下 合同不允许修改
|
||||||
|
|
@ -1685,7 +1687,7 @@ export default {
|
||||||
checkFaceImageAPI(formData)
|
checkFaceImageAPI(formData)
|
||||||
.then((res) => {})
|
.then((res) => {})
|
||||||
.catch((err) => {
|
.catch((err) => {
|
||||||
this.idCardInfoForm.faceImg = []
|
// this.idCardInfoForm.faceImg = []
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue