src/store/modules/getClientName.js @@ -84,6 +84,9 @@ } }) }, getContactFilter({commit},newData){ commit("contactNameList", newData) }, geChance(context) { getSaleChanceList().then((res) => { if (res.code == 200) {