changes
This commit is contained in:
@@ -145,7 +145,10 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
async openEvent(event) {
|
||||
let row = await this.$getdata("sale", { id: event.sale }, undefined, true);
|
||||
let row = await this.$getdata("sale", {
|
||||
first: true,
|
||||
filter: { id: event.sale },
|
||||
});
|
||||
this.showmodal = {
|
||||
title: "Bán hàng",
|
||||
height: "500px",
|
||||
|
||||
Reference in New Issue
Block a user