Commit 9065d4df authored by qiaoyajun's avatar qiaoyajun

合团添加出团公司筛选

parent 08863c03
...@@ -369,7 +369,7 @@ ...@@ -369,7 +369,7 @@
</el-select> </el-select>
</span> </span>
</li> </li>
<li style="display:none"> <li>
<span> <span>
<em>出团公司</em> <em>出团公司</em>
<el-select class="w150" v-model="queryMsg.OutBranchId" filterable :placeholder="$t('pub.pleaseSel')"> <el-select class="w150" v-model="queryMsg.OutBranchId" filterable :placeholder="$t('pub.pleaseSel')">
...@@ -587,7 +587,7 @@ ...@@ -587,7 +587,7 @@
}else{ }else{
this.$message.error(res.data.message) this.$message.error(res.data.message)
} }
},err=>{}) },err=>{})
}).catch(() => { }).catch(() => {
this.$message({ this.$message({
type: 'info', type: 'info',
......
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