zhujindu il y a 11 mois
Parent
commit
5df19549e3
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/home/index.vue

+ 1 - 1
src/views/home/index.vue

@@ -412,7 +412,7 @@ export default {
       });
     },
     onConfirmChainsList(value) {
-      if (value.chainName != undefined) {
+      if (value.mainCustomerName != undefined) {
         this.chainName = value.mainCustomerName;
         this.chainCode = value.mainCustomerCode;
       }