admin/src/views/business/visitOrigin.vue
@@ -25,7 +25,7 @@ <el-button type="text" icon="el-icon-delete" @click="handleDetail(row)" @click="handleDel(row)" class="red" >删除</el-button > @@ -89,9 +89,18 @@ } }) }, handleEdit() { handleEdit (row) { this.isShowEdit = true }, handleDel (row) { this.$confirm('确认删除拜访事由', '提示', { confirmButtonText: '确定', cancelButtonText: '取消', type: 'warning' }).then(() => { }) }, getList(page) { }, clear() { }, handleSizeChange(capacity) {