|
|
@ -272,7 +272,6 @@ |
|
|
|
}, |
|
|
|
created() { |
|
|
|
// 加载列表 |
|
|
|
this.getList() |
|
|
|
this.init() |
|
|
|
}, |
|
|
|
filters: { |
|
|
@ -296,13 +295,14 @@ |
|
|
|
init() { |
|
|
|
var token = getStorage(); |
|
|
|
loginDetails(token).then((response) => { |
|
|
|
if (response.code === '200') { |
|
|
|
if (response.code == '200') { |
|
|
|
this.loginInfo = response.data; |
|
|
|
this.agreeList.userSid = this.loginInfo.sid |
|
|
|
this.regectList.userSid = this.loginInfo.sid |
|
|
|
this.stopList.userSid = this.loginInfo.sid |
|
|
|
this.listQuery.params.userSid = this.loginInfo.sid |
|
|
|
console.log('8888', this.loginInfo) |
|
|
|
this.getList() |
|
|
|
} |
|
|
|
}); |
|
|
|
|
|
|
@ -332,7 +332,8 @@ |
|
|
|
const parameter_list = { |
|
|
|
instanceId: row.procInsId, |
|
|
|
taskId: row.taskId, |
|
|
|
taskName: row.taskName |
|
|
|
taskName: row.taskName, |
|
|
|
transactState: '00' // 办理状态:00待办,01已办 |
|
|
|
} |
|
|
|
console.log('123123123', JSON.stringify(parameter_list)) |
|
|
|
selectUrl(this.selectUrl_list).then((response) => { |
|
|
|