|
@@ -27,7 +27,7 @@
|
|
|
:title="data.title"
|
|
:title="data.title"
|
|
|
/>
|
|
/>
|
|
|
</van-tabs> -->
|
|
</van-tabs> -->
|
|
|
- <van-search v-model="subject" show-action placeholder="请输入" @search="onSearch">
|
|
|
|
|
|
|
+ <van-search v-model="subject" show-action placeholder="请输入事务名称" @search="onSearch">
|
|
|
<template #left>
|
|
<template #left>
|
|
|
<van-icon
|
|
<van-icon
|
|
|
name="bars"
|
|
name="bars"
|
|
@@ -354,11 +354,12 @@ export default {
|
|
|
// params['Q^temp.procDefName^SL'] = this.subject
|
|
// params['Q^temp.procDefName^SL'] = this.subject
|
|
|
// }
|
|
// }
|
|
|
if (this.$utils.isNotEmpty(this.subject)) {
|
|
if (this.$utils.isNotEmpty(this.subject)) {
|
|
|
- params['Q^temp.subject_^SL'] = this.subject
|
|
|
|
|
|
|
+ params['Q^procDefName^SL'] = this.subject
|
|
|
|
|
+ }
|
|
|
|
|
+ //流程树搜索
|
|
|
|
|
+ if (this.$utils.isNotEmpty(this.typeId)) {
|
|
|
|
|
+ params['Q^TYPE_ID_^S'] = this.typeId
|
|
|
}
|
|
}
|
|
|
- // if (this.$utils.isNotEmpty(this.typeId)) {
|
|
|
|
|
- // params['Q^TYPE_ID_^S'] = this.typeId
|
|
|
|
|
- // }
|
|
|
|
|
// if (this.$utils.isNotEmpty(this.defKey)) {
|
|
// if (this.$utils.isNotEmpty(this.defKey)) {
|
|
|
// params['Q^temp.proc_def_key_^S'] = this.defKey
|
|
// params['Q^temp.proc_def_key_^S'] = this.defKey
|
|
|
// }
|
|
// }
|