【修改】zengjia删除

This commit is contained in:
zhoulingpo
2023-04-28 17:45:08 +08:00
parent a30a20524b
commit 4d1a4ed002
3 changed files with 31 additions and 2 deletions
+8
View File
@@ -63,5 +63,13 @@ export default {
method: 'GET',
params: data
})
},
// 删除草稿
delDraf(data){
return request({
url: '/api/deleteDraft',
method: 'GET',
params: data
})
}
}