|
@@ -225,7 +225,7 @@ export default {
|
|
projectId: this.form.projectId,//项目id
|
|
projectId: this.form.projectId,//项目id
|
|
assoTaskId: this.form.id,//当前任务id
|
|
assoTaskId: this.form.id,//当前任务id
|
|
lastTaskId: this.form.id,//上一级任务的id
|
|
lastTaskId: this.form.id,//上一级任务的id
|
|
- type:7,
|
|
|
|
|
|
+ type:5,
|
|
}
|
|
}
|
|
this.$api.addTask(params).then(res => {
|
|
this.$api.addTask(params).then(res => {
|
|
if (res.code == 200) {
|
|
if (res.code == 200) {
|