yangfeng
2023-10-13 d3a5476064256802f9e0c0626bed6b8048e51bc0
src/store/modules/getClientName.js
@@ -84,7 +84,7 @@
        }
      })
    },
    getContactFilter({commit},newData){
    getContactFilter({ commit }, newData) {
      commit("contactNameList", newData)
    },
    geChance(context) {
@@ -161,9 +161,9 @@
    },
    geProductList(context) {
      getProductList({ productName: "", productNumber: "", page: 1, pageSize: 10 }).then((res) => {
        if (res.data.code == 200) {
          console.log(res.data.data.data)
          context.commit("productList", res.data.data.data)
        if (res.code == 200) {
          console.log(res.data.data)
          context.commit("productList", res.data.data)
        } else {
          Message.error(res.msg)
        }