cyy 1 tahun lalu
induk
melakukan
673a1b6291
1 mengubah file dengan 6 tambahan dan 5 penghapusan
  1. 6 5
      src/views/platform/bpmn/pending/index.vue

+ 6 - 5
src/views/platform/bpmn/pending/index.vue

@@ -27,7 +27,7 @@
           :title="data.title"
         />
       </van-tabs> -->
-            <van-search v-model="subject" show-action placeholder="请输入" @search="onSearch">
+            <van-search v-model="subject" show-action placeholder="请输入事务名称" @search="onSearch">
                 <template #left>
                     <van-icon
                         name="bars"
@@ -354,11 +354,12 @@ export default {
             //   params['Q^temp.procDefName^SL'] = 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)) {
             //   params['Q^temp.proc_def_key_^S'] = this.defKey
             // }