11
yxh
2023-09-14 3fe52d6b9fdd2eb2176474a8db5857372b8b5045
11
已修改2个文件
7 ■■■■ 文件已修改
src/views/project/fund/applyDetail/index.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
vue.config.js 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/project/fund/applyDetail/index.vue
@@ -810,7 +810,11 @@
      rowfeeItemTypes: [],
      //费用说明
<<<<<<< Updated upstream
      feeBlocks: [],
=======
      feeBlockList: [],
>>>>>>> Stashed changes
      fundflowList: [],
      // 随机数
@@ -1875,7 +1879,7 @@
    //合计费用
    selectamount(row) {
      this.rowfeeblocks.forEach((item, i) => {
      this.feeBlockList.forEach((item, i) => {
        if (item.expense === row.amount) {
          row.remark = item.expensedescribe;
        }
vue.config.js
@@ -35,7 +35,6 @@
      [process.env.VUE_APP_BASE_API]: {        
        target:`http://localhost:8080`,
        // target:`http://116.62.18.175:8080`,
        // target:`http://192.168.2.8:8086`,
        // target: `https://slb.hospitalstar.com:9093`,
        changeOrigin: true,
        pathRewrite: {