This commit is contained in:
parent
95990a2a84
commit
570c105941
|
|
@ -1650,6 +1650,7 @@ export default {
|
|||
|
||||
// 判断当前身份证人员是否有入场工程
|
||||
async checkShanghaiPro() {
|
||||
if (!this.idCardInfoForm.idNumber) return
|
||||
const { data: res } = await getShanghaiProByIdNumberAPI({
|
||||
idNumber: this.idCardInfoForm.idNumber,
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in New Issue