Commit d1f8badb authored by 黄奎's avatar 黄奎

页面修改

parent 6b179f03
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
<span><em>{{ $t("system.table_company") }}</em> <span><em>{{ $t("system.table_company") }}</em>
<el-select filterable :disabled="msg.IsParentCompany == 2" v-model="msg.RB_Branch_id" <el-select filterable :disabled="msg.IsParentCompany == 2" v-model="msg.RB_Branch_id"
@change="linkageDepartment()"> @change="linkageDepartment()">
<el-option :label="$t('pub.unlimitedSel')" value="-1"></el-option> <el-option :label="$t('pub.unlimitedSel')" :value="-1"></el-option>
<el-option v-for="item in companyList" :label="item.BName" :value="item.Id" :key="item.Id"> <el-option v-for="item in companyList" :label="item.BName" :value="item.Id" :key="item.Id">
</el-option> </el-option>
</el-select> </el-select>
......
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