pushuo 2022-08-23 15:17:32 +08:00
parent 5bfc4b84a2
commit 7b87e42f53
1 changed files with 2 additions and 1 deletions

View File

@ -160,7 +160,8 @@
}).then(() => {
$http.delete(url).then((res) => {
self.$message.success(res.message);
self.customers.splice(index, 1)
window.location.reload();
// self.customers.splice(index, 1)
})
}).catch(()=>{})
},