Jelajahi Sumber

优化地址识别接口回显

cgp 1 Minggu lalu
induk
melakukan
dded14a282
1 mengubah file dengan 3 tambahan dan 3 penghapusan
  1. 3 3
      src/views/qw/companyCustomer/index.vue

+ 3 - 3
src/views/qw/companyCustomer/index.vue

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