禅道bug修复

This commit is contained in:
BianLzhaoMin 2025-09-01 10:40:55 +08:00
parent e06bb354e8
commit 8e2880f95d
2 changed files with 3 additions and 1 deletions

Binary file not shown.

View File

@ -1470,6 +1470,8 @@ export default {
postId,
teamId,
}
this.getSubSelectList({ proId })
this.getTeamSelectList({ subId })
if (bmWorkerContract && Object.keys(bmWorkerContract).length > 0) {
this.isEditContract = true //
@ -1685,7 +1687,7 @@ export default {
checkFaceImageAPI(formData)
.then((res) => {})
.catch((err) => {
this.idCardInfoForm.faceImg = []
// this.idCardInfoForm.faceImg = []
})
}
},