ZZJ
2022-07-28 edef6ae8f59823258ce610c9074d32e698958b51
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();