Browse Source

no message

zhujindu 9 tháng trước cách đây
mục cha
commit
5df19549e3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;
       }