对接待办中心

This commit is contained in:
sunFlower
2022-10-18 17:04:51 +08:00
parent 5090ac5620
commit 4cdeda04d9
@@ -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',