mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-21 00:36:46 +08:00
测评上传
This commit is contained in:
@@ -183,7 +183,7 @@ import { useStore } from "vuex";
|
||||
dialog({
|
||||
content: '请您确认是否要删除该报告?',
|
||||
ok: () => {
|
||||
deleteById({id:record.id}).then((res)=>{
|
||||
deleteById({id:record.id,pid:route.query.id}).then((res)=>{
|
||||
message.success('删除成功')
|
||||
listData()
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user