Browse Source

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

jingbb 5 months ago
parent
commit
dbccc1a4ee

+ 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"