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