This commit is contained in:
parent
8a17d4a7d3
commit
4e9c74937c
|
|
@ -1671,12 +1671,10 @@ export default {
|
||||||
if (
|
if (
|
||||||
res &&
|
res &&
|
||||||
Object.keys(res).length > 0 &&
|
Object.keys(res).length > 0 &&
|
||||||
res.isShanghai == 0 &&
|
(res.isShanghai == 0 || res.isShanghai == null) &&
|
||||||
this.formType == 1
|
this.formType == 1
|
||||||
) {
|
) {
|
||||||
this.$modal.msgError(
|
this.$modal.msgError('当前人员已经存在,可直接编辑,正在跳转...')
|
||||||
'当前人员已经存在入场工程,可直接编辑,正在跳转...',
|
|
||||||
)
|
|
||||||
|
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
this.$emit('onOpenAddOrEdit', res.idNumber)
|
this.$emit('onOpenAddOrEdit', res.idNumber)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue