This commit is contained in:
liushiwei
2023-11-08 22:55:13 +08:00
parent 0e9d59b1eb
commit 0016f7e5bc
2 changed files with 4 additions and 4 deletions

View File

@@ -396,11 +396,11 @@
addressId: addressArr[0].id
})
} else {
Message.error("店铺【" + mallInfo.name + "】未设置默认发货地址,将无法自动创建发货单")
Message.error("店铺【" + mallInfo.mallName + "】未设置默认发货地址,将无法自动创建发货单")
}
this.getAddressInfo(index + 1)
} else {
this.getAddressInfo(index)
Message.error("店铺【" + mallInfo.mallName + "】获取默认发货址失败,将无法自动创建发货单")
}
})
},

View File

@@ -285,11 +285,11 @@
addressId: addressArr[0].id
})
} else {
Message.error("店铺【" + mallInfo.name + "】未设置默认发货地址,将无法自动创建发货单")
Message.error("店铺【" + mallInfo.mallName + "】未设置默认发货地址,将无法自动创建发货单")
}
this.getAddressInfo(index + 1)
} else {
this.getAddressInfo(index)
Message.error("店铺【" + mallInfo.mallName + "】获取默认发货址失败,将无法自动创建发货单")
}
})
},