✨ feat: 财务单据完善
This commit is contained in:
@@ -13,7 +13,8 @@ const mutations = {
|
||||
const actions = {
|
||||
getFinancialAccounts({ commit }) {
|
||||
listAccount({ pageSize: 1000 }).then(response => {
|
||||
commit('SET_FINANCIAL_ACCOUNTS', response.rows);
|
||||
console.log(response.data, 'finance.response.rows');
|
||||
commit('SET_FINANCIAL_ACCOUNTS', response.data);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user