对接待办中心
This commit is contained in:
@@ -181,8 +181,7 @@
|
||||
window.open(newUrl.href, '_blank')
|
||||
},
|
||||
batchProcessingForm() {
|
||||
this.pageNo = 1
|
||||
this.queryProcess()
|
||||
this.getList()
|
||||
},
|
||||
batchProcessingClick() {
|
||||
if (this.selectedRowKeys && this.selectedRowKeys.length > 0) {
|
||||
@@ -215,11 +214,11 @@
|
||||
let query = {}
|
||||
if (row.flowType == '1') {
|
||||
query = {
|
||||
taskDefinitionKey:row.taskDefinitionKey,
|
||||
taskIds:row.taskId,
|
||||
prcType:row.flowType,
|
||||
prcNum:row.prcNum,
|
||||
isTrue:true,
|
||||
taskDefinitionKey: row.taskDefinitionKey,
|
||||
taskIds: row.taskId,
|
||||
prcType: row.flowType,
|
||||
prcNum: row.prcNum,
|
||||
isTrue: true
|
||||
}
|
||||
let newUrl = this.$router.resolve({
|
||||
path: '/handshakeProcess',
|
||||
|
||||
Reference in New Issue
Block a user