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