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 @@ - + 每季度
-
(说明:当任务周期选择每周/每月/每半月/每季度时,系统会于每个时间阶段的第一天自动创建阶段性子任务)
+
说明:当任务周期选择每周/每月/每半月/每季度时,系统会于每个时间阶段的第一天自动创建阶段性子任务