From 4c261f55500e6c877ce1c414d9688e35845bfcd2 Mon Sep 17 00:00:00 2001 From: luohairen <3399054449@qq.com> Date: 星期二, 26 十一月 2024 20:33:36 +0800 Subject: [PATCH] bug --- src/views/projectPlan/planInfo.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/projectPlan/planInfo.vue b/src/views/projectPlan/planInfo.vue index f99ec7c..7e0b7cc 100644 --- a/src/views/projectPlan/planInfo.vue +++ b/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, -- Gitblit v1.8.0