mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-18 23:36:46 +08:00
fix:面授课操作-slot的切换数据不刷新问题
This commit is contained in:
@@ -321,7 +321,7 @@
|
||||
:scroll="{ x: 'max-content' }"
|
||||
>
|
||||
<template #operation="{ text, record, index }">
|
||||
<a-space>
|
||||
<a-space :key="record.id">
|
||||
<a-button
|
||||
v-if="(record.auditStatus === 2 || record.auditStatus === 3) && !record.publishStatus && checkPer(record.permissions,createId)"
|
||||
@click="() => handlePush(text, index)"
|
||||
@@ -418,7 +418,7 @@
|
||||
>
|
||||
<a-button
|
||||
v-if="record.publishStatus!==1"
|
||||
@click="() => handleDelete(text, index)"
|
||||
@click="() => handleDelete(text, index, record)"
|
||||
type="link"
|
||||
danger
|
||||
>删除
|
||||
|
||||
Reference in New Issue
Block a user