소스 검색

采购报价单选定-供应商报价明细rowkey修改

jingbb 7 달 전
부모
커밋
dbccc1a4ee
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/views/purchase/selectionQuotationForm/components/SelectQuotationFormForm.vue

+ 1 - 0
src/views/purchase/selectionQuotationForm/components/SelectQuotationFormForm.vue

@@ -109,6 +109,7 @@
           :loading="SupplierQuotationDetailsTable.loading"
           :columns="SupplierQuotationDetailsTable.columns"
           :dataSource="SupplierQuotationDetailsTable.dataSource"
+          :rowKey="record => record.childId"
           :height="340"
           :disabled="disabled"
           :rowNumber="true"