模型类

This commit is contained in:
橙子
2021-10-11 21:50:50 +08:00
parent 543800d0e7
commit 2093d1c78d
38 changed files with 652 additions and 185 deletions

View File

@@ -16,14 +16,14 @@ export default {
updateItem(url, data) {
return myaxios({
url: url,
method: 'cut',
method: 'put',
data: data
})
},
delItemList(url, Ids) {
return myaxios({
url: url,
method: 'del',
method: 'delete',
data: Ids
})
},