mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-13 12:56:45 +08:00
回退的喝不过来,手动合并
This commit is contained in:
@@ -374,7 +374,9 @@ export function usePage(_url, params, init = true,listing = false) {
|
||||
state.totalPage = r.data.total/10 || 1;
|
||||
state.total = r.data.total;
|
||||
state.loading = false;
|
||||
});
|
||||
}).catch(err => {
|
||||
state.loading = false;
|
||||
})
|
||||
}
|
||||
|
||||
init && fetch();
|
||||
|
||||
Reference in New Issue
Block a user