|
@@ -40,7 +40,7 @@ const actions = {
|
|
|
return res;
|
|
|
},
|
|
|
async record({ commit }, payload) {
|
|
|
- const res = await this.$axios.$get(`${api.interface}Record`, { ticket_id: payload });
|
|
|
+ const res = await this.$axios.$get(`${api.interface}Record`, payload);
|
|
|
return res;
|
|
|
},
|
|
|
};
|