生产工序
This commit is contained in:
@@ -12,8 +12,8 @@ const mutations = {
|
||||
|
||||
const actions = {
|
||||
getFinancialAccounts({ commit }) {
|
||||
listAccount().then(response => {
|
||||
commit('SET_FINANCIAL_ACCOUNTS', response.data);
|
||||
listAccount({ pageSize: 1000 }).then(response => {
|
||||
commit('SET_FINANCIAL_ACCOUNTS', response.rows);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user