@@ -30,6 +30,10 @@ const actions = {
const res = await this.$axios.$get(`${api.interface}/patentUserIndex`, key);
return res;
},
+ async patentInfoByApplyPerson({ commit }, key) {
+ const res = await this.$axios.$get(`${api.interface}/patentInfoByApplyPerson`, key);
+ return res;
+ },
};
export default {
namespaced: true,