소스 검색

Merge branch 'demo_' of http://124.71.196.186:8888/hfxc226/hitch-antd into demo_

whj 1 년 전
부모
커밋
32fbc681ac
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"