对接待办中心

This commit is contained in:
sunFlower
2022-10-18 15:50:46 +08:00
parent d41c073cec
commit f23800cda7
3 changed files with 8 additions and 9 deletions
@@ -8,8 +8,8 @@
<div class="title-text" :title="$t('standardInformation')">
<span>{{$t('standardInformation')}}</span>
</div>
<j-input class="box-input" :placeholder="$t('PleaseEnter')+$t('standardInformation')"
v-model="queryParam.title"></j-input>
<a-input class="box-input" :placeholder="$t('PleaseEnter')+$t('standardInformation')"
v-model="queryParam.title"></a-input>
</div>
</a-col>
<a-col :md="6" :sm="8">
@@ -127,8 +127,7 @@
this.taskIds = []
this.projectLawsInventoryIds = []
this.selectedRowKeys.forEach(res => {
res.taskIds = res.actiProcInstId
this.taskIds.push(res.taskIds)
this.taskIds.push(res.taskId)
this.projectLawsInventoryIds.push(res.projectLawsInventoryId)
})
this.confirmLoading = false
@@ -215,11 +215,11 @@
let query = {}
if (row.flowType == '1') {
query = {
taskDefinitionKey: row.taskDefinitionKey,
taskIds: row.actiProcInstId,
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',