zhouwx
2024-11-12 1e2bd6710762860f1735baef0f61be1d8edb2fe2
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