wq 5 년 전
부모
커밋
badeabf0ba
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      src/store/loanpro.js

+ 0 - 4
src/store/loanpro.js

@@ -17,10 +17,6 @@ const actions = {
     const res = await this.$axios.$post(`${api.loanproInfo}/loanproList`, payload);
     return res;
   },
-  async one({ commit }, payload) {// 详情
-    const res = await this.$axios.$post(`${api.loanproInfo}/one`,payload);
-    return res;
-  },
   async dupdate({ commit }, { id, ...data }) {//逻辑删除
     const res = await this.$axios.$post(`${api.loanproInfo}/update/${id}`, data);
     return res;