wq 5 năm trước cách đây
mục cha
commit
badeabf0ba
1 tập tin đã thay đổi với 0 bổ sung4 xóa
  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;