WXL
2026-01-23 8192b75a1b1e46fd962485d26690b5ecc7e2af06
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(() => {
        // 生成模拟数据