jhzh
2024-09-19 e3097587828362e34352cf4f378c8f5a260ea700
src/page/list/trading-list.vue
@@ -19,16 +19,17 @@
            />
          </div>
        </div>
        <div class="right_search">Search</div>
        <div class="right_search" @click="sousuo">{{ $t("Search") }}</div>
      </div>
    </div>
    <tabsList />
    <tabsList ref="tabsList" />
  </div>
</template>
<script>
import tabsList from "./tradingList/tabs";
export default {
  name: "TradingList",
  components: { tabsList },
  data() {
    return {
@@ -36,8 +37,12 @@
    };
  },
  methods: {
    sousuo() {
      this.$refs.tabsList.sousuo = this.gpcode;
    },
    gpinput(e) {
      console.log(clickTab, "clickTab");
      this.gpcode = e.target.value;
      this.$refs.tabsList.sousuo = e.target.value;
    },
  },
};
@@ -51,7 +56,7 @@
  justify-content: center;
  margin: 15px 22px;
  position: relative;
  z-index: 3000;
  z-index: 99;
  .search_content {
    width: 100%;