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(() => { // 生成模拟数据