src/views/product/components/ProductContent.vue
@@ -79,6 +79,11 @@ import { findAllCenterProduct, findDicByType } from "@/api/product"; import productCard from "@/views/product/components/productCard"; export default { created() { if (this.$route.query.keyWord) { this.inputText = this.$route.query.keyWord; } }, mounted() { this.getDic(); this.getProductList();