123
dcc
2024-06-27 90d901daf17ba0644eb5c3096450262cfd76ef58
src/page/list/trading-list.vue
@@ -29,6 +29,7 @@
<script>
import tabsList from "./tradingList/tabs";
export default {
  name: "TradingList",
  components: { tabsList },
  data() {
    return {
@@ -41,6 +42,7 @@
    },
    gpinput(e) {
      this.gpcode = e.target.value;
      this.$refs.tabsList.sousuo = e.target.value;
    },
  },
};