This commit is contained in:
BianLzhaoMin 2025-10-22 14:00:40 +08:00
parent 95990a2a84
commit 570c105941
1 changed files with 1 additions and 0 deletions

View File

@ -1650,6 +1650,7 @@ export default {
// //
async checkShanghaiPro() { async checkShanghaiPro() {
if (!this.idCardInfoForm.idNumber) return
const { data: res } = await getShanghaiProByIdNumberAPI({ const { data: res } = await getShanghaiProByIdNumberAPI({
idNumber: this.idCardInfoForm.idNumber, idNumber: this.idCardInfoForm.idNumber,
}) })