master
lynn 7 months ago
parent 71e2067aa3
commit aa2fad8692

@ -1659,7 +1659,7 @@
}
}).catch(error => {});
this.getPurchaseType();
this.getContracts();
// this.getContracts();
this.getDepartment();
this.getPurchaseWay();
this.getMoneyWay();
@ -1669,11 +1669,13 @@
if (this.categoryOptions && this.categoryOptions.length > 0) {
this.select.contract_category = this.categoryOptions[0].id;
this.handleCategoryChange();
this.getContracts();
}
});
//
window.onfocus = () => {
this.getContracts();
// this.getContracts();
};
},
destroyed() {

Loading…
Cancel
Save