WXL
2026-01-22 07ac4ff1e9cc0e4181ac196d4cd597e44ff3aa7b
src/views/project/DonationProcess/index.vue
@@ -161,7 +161,6 @@
        width="100"
      />
      <el-table-column
        label="转为案例时间"
        align="center"
@@ -387,6 +386,7 @@
<script>
// 导入模拟数据生成工具
import Mock from "mockjs";
import { courselist } from "@/api/businessApi";
export default {
  name: "Donatebaseinfo",
@@ -465,9 +465,9 @@
    },
    /** 查询捐献基础列表 */
    getList() {
    async getList() {
      this.loading = true;
      const response = await courselist(this.queryParams);
      // 模拟API调用延迟
      setTimeout(() => {
        // 生成模拟数据