yxh
yxh
2023-08-01 5ba9921fb11703c89de646c1176dbfa0f59bc4cd
src/views/project/components/fundsummary/index.vue
@@ -916,7 +916,6 @@
      getDonationCost(donorno).then((res) => {
        if (res.code == 200) {
          let resList = res.data;
          debugger
          var arr = [];
          for (var i in resList) {
            arr.push(resList[i]);