新功能: 密码重置功能初始化

pull/49/head
猿小天 2022-04-15 23:13:09 +08:00
parent ad8cf4f0fc
commit cd50adb556
1 changed files with 0 additions and 2 deletions

View File

@ -57,11 +57,9 @@ export default {
return api.GetList(query)
},
addRequest (row) {
console.log('api', api)
return api.AddObj(row)
},
updateRequest (row) {
console.log('----', row)
return api.UpdateObj(row)
},
delRequest (row) {