guarantee-lsq 1 年之前
父节点
当前提交
b81e5893e0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/purchase/purchase-order-page/PurchaseOrderPage.vue

+ 1 - 1
src/views/purchase/purchase-order-page/PurchaseOrderPage.vue

@@ -63,7 +63,7 @@
             v-if=" record.status>=0"
             :type="2"
             title="是否要删除该条数据?"
-            @confirm="batchDelete(record.yongYouId)">删除</operation-button>
+            @confirm="batchDelete(record.id)">删除</operation-button>
           <operation-button
             v-if=" record.status==1||record.status==2"
             :type="2"