MrShi
昨天 f52e124b525af17c237f08afca136aedcd470413
frontWuhu/src/views/business/project.vue
@@ -43,12 +43,12 @@
              :id="item.id"
              :canApply="true"
              :isApply="activeName=='first'"
              :projectNmae="item.name || item.projectName"
              :projectName="item.name || item.projectName"
              :status="item.status"
              :imgurlfull="item.imgurlfull"
              :applyDate="item.startDate.substring(0,item.startDate.length-3)+'~'+item.endDate.substring(0,item.endDate.length-3)"
              :declareStatus="item.status"
              :city="item.cityName"
              :city="item.cityName"
              :projectId="item.projectId"
              :remark="item.remark"
              @projectDetail="selectProject(item)"
@@ -216,7 +216,7 @@
        //   .catch(e => {
        //     this.$message.error(e)
        //   })
      }
      }
      // else {
      //   projectDetail(item.id)
      //     .then(res => {