瀏覽代碼

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

jingbb 5 月之前
父節點
當前提交
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"