查看返回参数

master
ZhiShuo_Lou 2023-11-23 09:26:09 +08:00
parent 0937c24fcb
commit 284f128f3e
1 changed files with 2 additions and 4 deletions

View File

@ -228,10 +228,8 @@ export default {
// //
deleteFence(id) { deleteFence(id) {
deleteFenceById(id).then(res =>{ deleteFenceById(id).then(res =>{
if (res.data.code === 200){ console.log(res)
alert("已成功删除!") this.getFenceList()
this.getFenceList()
}
}) })
}, },
upiInsertDialog() { upiInsertDialog() {