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

页面修改

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