Remove trashed customers and suppliers from overview.
This commit is contained in:
@@ -113,7 +113,7 @@
|
|||||||
|
|
||||||
init() {
|
init() {
|
||||||
let vm = this;
|
let vm = this;
|
||||||
axios.get('/customer-with-trashed')
|
axios.get('/customer')
|
||||||
.then(function (response) {
|
.then(function (response) {
|
||||||
vm.customers = response.data;
|
vm.customers = response.data;
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -119,7 +119,7 @@
|
|||||||
|
|
||||||
init() {
|
init() {
|
||||||
let vm = this;
|
let vm = this;
|
||||||
axios.get('/supplier-with-trashed')
|
axios.get('/supplier')
|
||||||
.then(function (response) {
|
.then(function (response) {
|
||||||
vm.suppliers = response.data;
|
vm.suppliers = response.data;
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user