mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-13 04:46:46 +08:00
修改
This commit is contained in:
@@ -182,7 +182,8 @@ const createData = () => {
|
|||||||
}
|
}
|
||||||
//删除数据
|
//删除数据
|
||||||
const deleteReview = (record,index) =>{
|
const deleteReview = (record,index) =>{
|
||||||
console.log(record,'record')
|
console.log(ViewReviewdata,'ViewReviewdata')
|
||||||
|
console.log(record,index,'record')
|
||||||
dialog({
|
dialog({
|
||||||
content: '是否删除?',
|
content: '是否删除?',
|
||||||
ok: () => {
|
ok: () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user