懒羊羊
2024-01-09 5a6d6b9f3bb00b93e70d316c0fafcb34ddd0c510
jcdm-ui/src/views/main/cfkb/Instructions/index.vue
@@ -75,7 +75,7 @@
import {listFormulaChild} from "@/api/main/bs/formulaChild/formulaChild";
export default {
  name: "index",
  name: "Instructions",
  data() {
    return {
      queryParams: {
@@ -144,6 +144,10 @@
    this.changeProducts(this.productCode)
    // this.autoShow()
  },
  beforeDestroy() {
    clearInterval(this.intervalId)
    this.intervalId = null
  },
  methods: {
    // 定时触发
    autoShow() {