src/views/projectPlan/planInfo.vue
@@ -132,7 +132,7 @@ // 上报数据 handleSubmit() { // 遍历tableData,获得值不为空字符串的行 const validList = this.tableData.filter(item => item.title !== '' && item.startTime !== '' && item.endTime !== ''); const validList = this.tableData.filter(item => item.title !== '' || item.startTime !== '' || item.endTime !== ''); this.addData = { projectPlanRecordId: this.planRecordData.id, actualInvest: this.actualInvest,