Browse Source

no message

zhujindu 9 months ago
parent
commit
5df19549e3
1 changed files with 1 additions and 1 deletions
  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;
       }