|
@@ -25,6 +25,14 @@ const actions = {
|
|
|
});
|
|
|
return res;
|
|
|
},
|
|
|
+ async comquery({ commit }, { skip = 0, limit, ...info } = {}) {
|
|
|
+ const res = await this.$axios.$get(`${api.newsInfo}/allquery`, {
|
|
|
+ skip,
|
|
|
+ limit,
|
|
|
+ ...info,
|
|
|
+ });
|
|
|
+ return res;
|
|
|
+ },
|
|
|
async newfetch({ commit }, { skip = 0, limit, ...info } = {}) {
|
|
|
const res = await this.$axios.$get(`${api.newsInfo}/newfetch`, {
|
|
|
skip,
|