commit
This commit is contained in:
@@ -480,6 +480,7 @@ export default {
|
||||
this.projectId = this.selectedList[0].id;
|
||||
this.listForm.projectNumber = this.selectedList[0].projectNumber;
|
||||
this.listForm.projectName = this.selectedList[0].projectName;
|
||||
this.listForm.productLine = this.selectedList[0].productLine;
|
||||
this.getStandData();
|
||||
this.projectModel = false;
|
||||
}
|
||||
|
||||
@@ -478,6 +478,7 @@ export default {
|
||||
this.projectId = this.selectedList[0].id;
|
||||
this.listForm.projectNumber = this.selectedList[0].projectNumber;
|
||||
this.listForm.projectName = this.selectedList[0].projectName;
|
||||
this.listForm.productLine = this.selectedList[0].productLine;
|
||||
this.getStandData();
|
||||
this.projectModel = false;
|
||||
}
|
||||
|
||||
@@ -335,7 +335,6 @@ export default {
|
||||
taskIds: this.taskIds,
|
||||
pId: this.pId
|
||||
}).then(res => {
|
||||
console.log(res.mesg);
|
||||
if (res) {
|
||||
const processForm = JSON.parse(res.mesg);
|
||||
this.getFormFieldList(processForm);
|
||||
@@ -394,6 +393,7 @@ export default {
|
||||
this.isSubmit = true;
|
||||
this.listForm.commentText = this.commentText;
|
||||
const json = JSON.stringify(this.listForm);
|
||||
console.log(json);
|
||||
this.$http.post("lawss/activiti/completeTask", {
|
||||
taskIds: this.taskIds,
|
||||
userId: this.userId,
|
||||
|
||||
Reference in New Issue
Block a user