yxh
yxh
2023-08-01 5ba9921fb11703c89de646c1176dbfa0f59bc4cd
src/views/home/index.vue
@@ -1217,7 +1217,6 @@
    let uuid;
    login(defaultAccount, defaultPassword, code, uuid)
      .then(async (res) => {
        debugger
        setToken(res.token);
        await this.getDictData();
        this.getinfos();
@@ -1642,13 +1641,13 @@
        donateorgans = res.data;
        console.log("donateorgans:" + JSON.stringify(donateorgans))
      } catch (e) {}
      debugger
      //debugger
      try {
        let res = await getdonateNumberByMonth(params);
        organList = res.data;
        console.log("organList:" + JSON.stringify(organList))
      } catch (e) {}
      debugger
      //debugger
      console.log(donateorgans);
      let arr = [];
      for (let i = 0; i < 12; i++) {