Browse Source

删除按钮事件添加

dev_partymember_sync
wanggongfeng 3 years ago
parent
commit
76a1e9016e
  1. 1
      src/views/modules/base/huji/chusheng/index.vue
  2. 1
      src/views/modules/base/huji/immigration/index.vue

1
src/views/modules/base/huji/chusheng/index.vue

@ -319,6 +319,7 @@
</el-popconfirm> </el-popconfirm>
<el-popconfirm v-if="true" <el-popconfirm v-if="true"
title="删除之后无法回复,确认删除?" title="删除之后无法回复,确认删除?"
@onConfirm="handleDelNew(scope.row)"
@confirm="handleDelNew(scope.row)"> @confirm="handleDelNew(scope.row)">
<el-button slot="reference" <el-button slot="reference"
type="text" type="text"

1
src/views/modules/base/huji/immigration/index.vue

@ -323,6 +323,7 @@
</el-popconfirm> </el-popconfirm>
<el-popconfirm v-if="true" <el-popconfirm v-if="true"
title="删除之后无法回复,确认删除?" title="删除之后无法回复,确认删除?"
@onConfirm="handleDelNew(scope.row)"
@confirm="handleDelNew(scope.row)"> @confirm="handleDelNew(scope.row)">
<el-button slot="reference" <el-button slot="reference"
type="text" type="text"

Loading…
Cancel
Save