commit
This commit is contained in:
@@ -360,6 +360,7 @@
|
||||
reason: '',
|
||||
cause: '',
|
||||
department: '',
|
||||
responUser: '',
|
||||
responUserName: '',
|
||||
state: '',
|
||||
source: '',
|
||||
@@ -469,6 +470,7 @@
|
||||
cause: row.cause,
|
||||
department: row.department,
|
||||
responUserName: row.responUserName,
|
||||
responUser: row.responUser,
|
||||
state: row.state,
|
||||
source: row.source,
|
||||
id: row.id,
|
||||
@@ -571,7 +573,7 @@
|
||||
json.oldinfo = this.oldData;
|
||||
json.commentText = this.commentText5;
|
||||
json.introduce = true;
|
||||
this.$http.post("lawss/activiti/completeTask", {
|
||||
this.$http.post("lawss/activiti/completeTask", {
|
||||
json: JSON.stringify(json),
|
||||
taskId: this.taskIds,
|
||||
userId: this.$store.getters.userInfo.userId
|
||||
@@ -590,6 +592,7 @@
|
||||
pId: this.pId
|
||||
}).then(res => {
|
||||
let data = JSON.parse(res.mesg);
|
||||
console.log(data);
|
||||
this.commentText5 = data.commentText5 || ''
|
||||
this.form.fjList = data.form ? data.form.fjList : (data.fjList ? data.fjList : [] )
|
||||
this.form.modelList = data.form ? data.form.modelList : (data.modelList ? data.modelList : [] )
|
||||
@@ -617,6 +620,7 @@
|
||||
res.data.forEach(item => {
|
||||
item.chapterNumber = item.partCode;
|
||||
item.responUserName = item.userName;
|
||||
item.responUser = item.userId
|
||||
item.state = '1'
|
||||
item.source = '2'
|
||||
this.data.push(item);
|
||||
|
||||
@@ -436,7 +436,6 @@
|
||||
})
|
||||
})
|
||||
})
|
||||
|
||||
let routeData = this.$router.resolve({
|
||||
name: "AddFileDetails",
|
||||
query: {
|
||||
|
||||
Reference in New Issue
Block a user