src/store/modules/getClientName.js
@@ -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) }