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;