This commit is contained in:
BianLzhaoMin 2025-12-30 10:27:38 +08:00
parent 0cfd021035
commit b1fb77864d
1 changed files with 3 additions and 1 deletions

View File

@ -653,7 +653,9 @@ export default {
} }
if (res?.isShanghai == 0) { if (res?.isShanghai == 0) {
this.$modal.msgError('该人员当前入场的工程非上海工程!') this.$modal.msgError(
'该人员当前所在公司不允许同时入场多个工程!',
)
return return
} }
this.currentStep = 2 this.currentStep = 2