Parcourir la source

同城分销店拆分、分销店对应多个经销商

zhujindu il y a 11 mois
Parent
commit
c9b41c16cd
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/storeManagement/storeDetail.vue

+ 1 - 1
src/views/storeManagement/storeDetail.vue

@@ -126,7 +126,7 @@
               ">
               <van-field label="经销商" readonly class="TCFXList">
                 <template #input>
-                  <template v-if="list.TCFXListTreeSelec.length">
+                  <template v-if="list.TCFXListTreeSelec">
                     <div
                       class="TCFXListTreeSelec"
                       v-for="(item, index) in list.TCFXListTreeSelec"