|
@ -86,7 +86,7 @@ const actions = { |
|
|
*/ |
|
|
*/ |
|
|
async getQueryRotation({ commit }, showPage) { |
|
|
async getQueryRotation({ commit }, showPage) { |
|
|
try { |
|
|
try { |
|
|
const params = { param: { showPage } }; |
|
|
const params = { param: { showPage,showPosition:1 } }; |
|
|
const res = await queryRotation(params); |
|
|
const res = await queryRotation(params); |
|
|
const { code, msg, data } = res.data; |
|
|
const { code, msg, data } = res.data; |
|
|
if (code === 200) { |
|
|
if (code === 200) { |
|
|