This commit is contained in:
parent
5bfc4b84a2
commit
7b87e42f53
|
|
@ -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(()=>{})
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue