马宇豪
2023-12-21 45fbd9d1e4f63c6e43512d9d532d491367cc55ee
src/views/Admin/release.vue
@@ -83,6 +83,7 @@
import axios from "axios";
import Cookies from "js-cookie";
import {getUserInfo} from "@/util/storage";
import {debounce} from "@/util/debounce";
  const columns = [{
         title: '序号',
         dataIndex: 'index',
@@ -200,7 +201,7 @@
      t.getData()
    },
      methods: {
      async getData(){
      getData: debounce(async function(){
        const t = this
        const res = await getPublishRecord(this.search)
        if(res.data.code == 100){
@@ -209,7 +210,7 @@
        }else{
          this.$message.error(res.data.msg)
        }
      },
      },1000),
      openList(id){
        const t = this