11
WXL
2024-03-20 1e487a42549384f6e937a5c7d557563aedafec2c
src/views/project/fundstatistics/index.vue
@@ -160,6 +160,8 @@
import { listDonatebaseinfo } from "@/api/project/donatebaseinfo";
import { getDonationCost, exportFundCost } from "@/api/project/financesubject";
import FundSummary from "@/views/project/components/fundsummary";
import { getToken } from "@/utils/auth";
export default {
  //import引入的组件需要注入到对象中才能使用
  components: {
@@ -199,6 +201,9 @@
        name: null,
        id: null,
      },
      headers: {
        Authorization: "Bearer " + getToken()
      },
    };
  },
  //监听属性 类似于data概念