Gitea 2 years ago
parent 571f4061f7
commit 12f87a784a
  1. 2
      ant-design-vue-jeecg/src/views/zyProcessModular/ZyProcessModularList.vue

@ -114,7 +114,7 @@
<!-- <a-divider type="vertical"/>-->
<a @click="openDetail(record.id)">详情</a>
<a-divider type="vertical"/>
<a-popconfirm title="确定删除吗?" @confirm="() => handleDelete(record.processId)">
<a-popconfirm title="确定删除吗?" @confirm="() => handleDelete(record.id)">
<a>删除</a>
</a-popconfirm>
</span>

Loading…
Cancel
Save