Commit b7c15534 authored by 王悦's avatar 王悦

修改建议报表数据

parent ec22a4e2
......@@ -36,7 +36,7 @@
<el-col :span="6">
<el-form-item label="出团公司:">
<el-select class="w150" v-model="msg.BranchId" filterable :placeholder="$t('pub.pleaseSel')">
<el-option label="不限" :value="-2"></el-option>
<el-option label="不限" :value="-1"></el-option>
<el-option v-for="item in BranchList" :label="item.BName" :key="item.Id" :value="item.Id">{{item.BName}}</el-option>
</el-select>
</el-form-item>
......@@ -85,7 +85,7 @@ export default {
Month: 0,
Money: '',
sharelist: [],
BranchId: -2,
BranchId: -1,
},
data: [],
DataList: [],
......
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