From f73cb2f6c47ee90601f5afbe6053c3bb4f74f88d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=AF=E5=B0=8F=E7=8E=8B=E5=91=80=5C24601?= <819653817@qq.com> Date: Mon, 17 Feb 2025 10:09:50 +0800 Subject: [PATCH] =?UTF-8?q?2-17=E5=8F=B7=E7=A6=85=E9=81=93bug=EF=BC=881860?= =?UTF-8?q?=E7=AD=89=E7=AD=89=E7=AD=89=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../base/smartExcel/cpts/acceptingPersonel.vue | 13 +++++++------ .../modules/base/smartExcel/cpts/excel-add.vue | 6 +++--- .../modules/base/smartExcel/cpts/excel-info.vue | 2 +- .../modules/base/smartExcel/cpts/excel-summary.vue | 4 ++-- .../modules/base/smartExcel/cpts/excel-view.vue | 11 +++++------ .../modules/base/smartExcel/cpts/filling-info.vue | 2 +- 6 files changed, 19 insertions(+), 19 deletions(-) diff --git a/src/views/modules/base/smartExcel/cpts/acceptingPersonel.vue b/src/views/modules/base/smartExcel/cpts/acceptingPersonel.vue index 6c334fd6f..23c453d43 100644 --- a/src/views/modules/base/smartExcel/cpts/acceptingPersonel.vue +++ b/src/views/modules/base/smartExcel/cpts/acceptingPersonel.vue @@ -39,9 +39,6 @@ - @@ -94,7 +91,9 @@ export default { pageSize: 10 }; }, - created() { }, + created() { + + }, methods: { async handleConfirm() { console.log(this.selfTag),"dsfkljdslk"; @@ -147,9 +146,9 @@ export default { }, async updateState() { + console.log(this.formDatas,"sdfkljslkdjf"); if(this.showType=="adjust1"){ const url = '/actual/base/communityOneTablePeriodPublish/update' - console.log(this.formDatas,"sdfkljslkdjf"); const { id, taskId, taskTitle, taskPeriod, taskType, taskIntroduction } = this.formDatas; const parm = { id, taskId, taskTitle, taskPeriod, taskType, taskIntroduction } parm.taskState = 'reassigned'; @@ -272,6 +271,9 @@ export default { }, mounted() { console.log(this.showType, this.taskId, "sdlfkl;sdf"); + this.formData.taskIntroduction = this.formDatas.taskIntroduction + console.log(this.formData.taskIntroduction,"dsfjhfds"); + this.getOrgTreeList() if(this.showType=="adjust"){ this.getPeriodPublish() @@ -289,7 +291,6 @@ export default { }, formDatas: { type: Object, - default: () => { } } }, diff --git a/src/views/modules/base/smartExcel/cpts/excel-add.vue b/src/views/modules/base/smartExcel/cpts/excel-add.vue index b6dbb2fdf..5a7865c12 100644 --- a/src/views/modules/base/smartExcel/cpts/excel-add.vue +++ b/src/views/modules/base/smartExcel/cpts/excel-add.vue @@ -8,7 +8,7 @@ - + 每季度
-
(说明:当任务周期选择每周/每月/每半月/每季度时,系统会于每个时间阶段的第一天自动创建阶段性子任务)
+
说明:当任务周期选择每周/每月/每半月/每季度时,系统会于每个时间阶段的第一天自动创建阶段性子任务