This commit is contained in:
parent
8a17d4a7d3
commit
4e9c74937c
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue