Browse Source

节点查询改为id

wucl 5 months ago
parent
commit
6d7dee8b93
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/components/MoreSearchBar/index.vue

+ 2 - 2
src/components/MoreSearchBar/index.vue

@@ -8,9 +8,9 @@
                 </el-col>
 
                 <el-col :xs="24" :sm="12" :lg="3" :span="6">
-                    <el-select v-if="nodeCode" v-model="listQuery.nodeCode" placeholder="流程节点" clearable filterable
+                    <el-select v-if="nodeCode" v-model="listQuery.nodeId" placeholder="流程节点" clearable filterable
                         class="filter-item">
-                        <el-option v-for="(item, index) in nodes" :key="index" :label="item.name" :value="item.code" />
+                        <el-option v-for="(item, index) in nodes" :key="index" :label="item.name" :value="item.id" />
                     </el-select>
                 </el-col>
                 <el-col :xs="24" :sm="12" :lg="6" :span="6">