guhongwei 3 년 전
부모
커밋
fa28f52c96
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      src/store/statistics.js

+ 4 - 0
src/store/statistics.js

@@ -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,