fix:面授课操作-slot的切换数据不刷新问题

This commit is contained in:
wyx
2023-03-15 18:32:12 +08:00
parent 03c8b30539
commit 48498b448f

View File

@@ -321,7 +321,7 @@
:scroll="{ x: 'max-content' }" :scroll="{ x: 'max-content' }"
> >
<template #operation="{ text, record, index }"> <template #operation="{ text, record, index }">
<a-space> <a-space :key="record.id">
<a-button <a-button
v-if="(record.auditStatus === 2 || record.auditStatus === 3) && !record.publishStatus && checkPer(record.permissions,createId)" v-if="(record.auditStatus === 2 || record.auditStatus === 3) && !record.publishStatus && checkPer(record.permissions,createId)"
@click="() => handlePush(text, index)" @click="() => handlePush(text, index)"
@@ -418,7 +418,7 @@
> >
<a-button <a-button
v-if="record.publishStatus!==1" v-if="record.publishStatus!==1"
@click="() => handleDelete(text, index)" @click="() => handleDelete(text, index, record)"
type="link" type="link"
danger danger
>删除 >删除