|
|
@@ -1511,9 +1511,9 @@ export default {
|
|
|
this.$refs["createOrderForm"].validate((valid) => {
|
|
|
// 手动校验地址联动
|
|
|
if (
|
|
|
- !this.createOrderForm.provinceId ||
|
|
|
- !this.createOrderForm.cityId ||
|
|
|
- !this.createOrderForm.districtId
|
|
|
+ !this.createOrderForm.province ||
|
|
|
+ !this.createOrderForm.city ||
|
|
|
+ !this.createOrderForm.district
|
|
|
) {
|
|
|
this.$message.error("请完整选择省/市/区");
|
|
|
return;
|