@ -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();
});
//页面激活后刷新合同列表
window.onfocus = () => {
};
},
destroyed() {