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