Commit 4dad8cde authored by 18224442217's avatar 18224442217

no message

parent 0c718915
......@@ -41,8 +41,7 @@
<el-col :xs="7" :sm="6" :md="5" :lg="4" :xl="3">
<span class="font-size-12" style="padding-right: 10px">分组</span>
<el-select v-model="msg.DeptId" size="small" placeholder="请选择分组"
@change="init"
filterable>
@change="init">
<el-option key="0" label="不限" value="0"></el-option>
<el-option
v-for="item in departMentList"
......@@ -714,10 +713,6 @@
},
// 获取公司
getCompany() {
// RB_Branch_Id: 1245
// RB_Group_Id: 2
// Status: "0"
this.apipost2(
"admin_get_BranchGetList",
this.getCompanyMsg,
......
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