xuyifeng-0724-人员中台对接-pet
liy 2024-06-26 09:08:41 +08:00
parent 8661466a76
commit d0594a77a4
1 changed files with 6 additions and 3 deletions

View File

@ -41,7 +41,7 @@
<el-row :gutter="20">
<el-col :span="12">
<el-form-item label="股份主管部门" prop="MAIN_DEPARTMENT">
<Treeselect
<!-- <Treeselect
:options="treeData"
:disabled="true"
:normalizer="normalizer"
@ -54,7 +54,10 @@
no-options-text="暂无数据"
no-children-text="暂无数据"
style="width: 100%;"
/>
/>-->
<el-input v-model="dataForm.MAIN_DEPARTMENT_NAME" disabled maxlength="255" title="单位名称"/>
</el-form-item>
</el-col>
<el-col :span="12">
@ -764,7 +767,7 @@ export default {
spinner: 'el-icon-loading',
background: 'rgba(0, 0, 0, 0.7)'
})
await this.getTreeList()
// await this.getTreeList()
await this.getDict()
await this.getData()
loading.close()