Commit 55cf1b5f authored by zhengke's avatar zhengke

修改

parent 8ddc5520
...@@ -411,12 +411,14 @@ ...@@ -411,12 +411,14 @@
<div class="query-box"> <div class="query-box">
<ul> <ul>
<li> <li>
<em>线路</em> <span>
<el-select v-model="queryMsg.LineId" class="w378" :placeholder="$t('pub.pleaseSel')" <em>线路</em>
@change="getLineTeamList(queryMsg.LineId,true)" filterable> <el-select v-model="queryMsg.LineId" class="w150" :placeholder="$t('pub.pleaseSel')"
<el-option v-for="item in queryCommonData.LineList" :label="item.LineName" :value="item.LineID" :key="item.LineID"> @change="getLineTeamList(queryMsg.LineId,true)" filterable>
</el-option> <el-option v-for="item in queryCommonData.LineList" :label="item.LineName" :value="item.LineID" :key="item.LineID">
</el-select> </el-option>
</el-select>
</span>
</li> </li>
<li> <li>
<span> <span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment