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;