This commit is contained in:
BianLzhaoMin 2025-09-29 18:00:13 +08:00
parent 8a17d4a7d3
commit 4e9c74937c
1 changed files with 2 additions and 4 deletions

View File

@ -1671,12 +1671,10 @@ export default {
if (
res &&
Object.keys(res).length > 0 &&
res.isShanghai == 0 &&
(res.isShanghai == 0 || res.isShanghai == null) &&
this.formType == 1
) {
this.$modal.msgError(
'当前人员已经存在入场工程,可直接编辑,正在跳转...',
)
this.$modal.msgError('当前人员已经存在,可直接编辑,正在跳转...')
setTimeout(() => {
this.$emit('onOpenAddOrEdit', res.idNumber)