|
@@ -412,7 +412,7 @@ export default new Vuex.Store({
|
|
let { skip, limit } = data;
|
|
let { skip, limit } = data;
|
|
if (type === 'list') {
|
|
if (type === 'list') {
|
|
let { userid, type } = data;
|
|
let { userid, type } = data;
|
|
- result = await this.$axios.$get(api.notice, {}, { userid: `2`, type: type, skip: skip, limit: limit });
|
|
|
|
|
|
+ result = await this.$axios.$get(api.notice, {}, { userid: userid, type: type, skip: skip, limit: limit });
|
|
}
|
|
}
|
|
if (type === 'delete') {
|
|
if (type === 'delete') {
|
|
let { id } = data;
|
|
let { id } = data;
|