update code
parent
9d524325d5
commit
316b0d3fe3
|
@ -530,6 +530,7 @@ export default {
|
||||||
postData.id = this.dept.id;
|
postData.id = this.dept.id;
|
||||||
prjs=this.projects||[];
|
prjs=this.projects||[];
|
||||||
} else {
|
} else {
|
||||||
|
postData.id = this.dept.id;
|
||||||
postData.projectId = this.prjInfo.id;
|
postData.projectId = this.prjInfo.id;
|
||||||
prjs=[this.prjInfo];
|
prjs=[this.prjInfo];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue