yangfeng
2023-10-16 e7a7f4f1215e5fc437e417076c68cd191ea859bb
src/store/modules/getClientName.js
@@ -96,6 +96,9 @@
        }
      })
    },
    getChanceFilter({commit},newData){
      commit("saleChancelist",newData)
    },
    geLead(context) {
      getSalesLeadsList().then((res) => {
        if (res.code == 200) {
@@ -141,6 +144,9 @@
        }
      })
    },
    getSalesDetailsFliter({commit},newData){
      commit("salesDetailsList", newData)
    },
    geQuotation(context) {
      getQuotationList().then((res) => {
        if (res.code == 200) {
@@ -178,6 +184,9 @@
          Message.error(res.msg)
        }
      })
    },
    getReturnListFliter({commit},newData){
      commit("salesReturnList",newData)
    }
  }
}