mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-21 08:46:44 +08:00
提交调整
This commit is contained in:
@@ -1188,7 +1188,7 @@ export default {
|
||||
});
|
||||
}else{
|
||||
$this.btnLoading = false;
|
||||
this.$message.error('获取审核HRBP失败');
|
||||
this.$message.error('获取审核HRBP失败:'+rs.message);
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
@@ -3,9 +3,11 @@
|
||||
<div>
|
||||
<el-dialog title="先择组织机构" :append-to-body="true" :visible.sync="dlgShow" :before-close="handleClose" :close-on-click-modal="false" width="500px" custom-class="g-dialog">
|
||||
<div>
|
||||
<!--
|
||||
<el-input placeholder="" v-model="orgName">
|
||||
<i slot="prefix" class="el-input__icon el-icon-search"></i>
|
||||
</el-input>
|
||||
-->
|
||||
</div>
|
||||
<div style="overflow-y: auto;height: 400px;">
|
||||
<el-tree
|
||||
|
||||
Reference in New Issue
Block a user