Commit 8e692580 authored by 黄奎's avatar 黄奎

页面修改

parent 5419dd3b
...@@ -1390,7 +1390,7 @@ ...@@ -1390,7 +1390,7 @@
</td> </td>
<td width="70">报名类型</td> <td width="70">报名类型</td>
<td> <td>
<el-select v-model='msg.GroupType' filterable :placeholder="$t('pub.pleaseSel')"> <el-select v-model='msg.GroupTypeArray' filterable multiple :placeholder="$t('pub.pleaseSel')">
<el-option label="不限" value='-1'></el-option> <el-option label="不限" value='-1'></el-option>
<el-option v-for="item in ctlxList" :label='item.Name' :value='item.Id' :key='item.Id'> <el-option v-for="item in ctlxList" :label='item.Name' :value='item.Id' :key='item.Id'>
</el-option> </el-option>
...@@ -2189,6 +2189,7 @@ ...@@ -2189,6 +2189,7 @@
ContactName: '', ContactName: '',
CustomerId: '-1', CustomerId: '-1',
GroupType: '-1', GroupType: '-1',
GroupTypeArray:[],
OrderSource: '-1', OrderSource: '-1',
CStartDate: '', CStartDate: '',
CEndDate: '', CEndDate: '',
...@@ -3927,12 +3928,10 @@ ...@@ -3927,12 +3928,10 @@
'sellorder_post_GetTravelOrderList', 'sellorder_post_GetTravelOrderList',
this.msg, this.msg,
res => { res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.loading = false this.loading = false
this.total = res.data.data.count this.total = res.data.data.count
this.list = res.data.data.pageData; this.list = res.data.data.pageData;
console.log(this.list,'list');
} else { } else {
this.$message.error(res.data.message) this.$message.error(res.data.message)
} }
......
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