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) } } }