Browse Source

bug 修复

lilei 4 years ago
parent
commit
f72bfaf878
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/allocationManagement/chainTransferOut/list.vue

+ 1 - 1
src/views/allocationManagement/chainTransferOut/list.vue

@@ -26,7 +26,7 @@
                 :showSearch="true"
                 option-filter-prop="children"
                 :filter-option="filterOption">
-                <a-select-option v-for="item in putTenantSnData" :key="item.id" :value="item.id">{{ item.name }}</a-select-option>
+                <a-select-option v-for="item in putTenantSnData" :key="item.putTenantSn" :value="item.putTenantSn">{{ item.name }}</a-select-option>
               </a-select>
             </a-form-item>
           </a-col>