BUG 29169

This commit is contained in:
aixianling
2022-04-20 08:56:25 +08:00
parent e854868514
commit 4f52add246
2 changed files with 3 additions and 8 deletions

View File

@@ -14,7 +14,7 @@
</template> </template>
</ai-list> </ai-list>
<component v-else :is="currentComp" :instance="instance" :dict="dict" <component v-else :is="currentComp" :instance="instance" :dict="dict"
:processType="currentTab.value" :row="row" @back="back" ></component> :processType="currentTab.value" :row="row" @back="back" />
</section> </section>
</template> </template>

View File

@@ -13,13 +13,8 @@
<el-row type="type" justify="space-between" :gutter="20"> <el-row type="type" justify="space-between" :gutter="20">
<el-col :span="12"> <el-col :span="12">
<el-form-item label="所属部门" prop="department"> <el-form-item label="所属部门" prop="department">
<el-select placeholder="请选择" size="small" v-model="form.department" clearable style="width: 100%;"> <ai-select placeholder="请选择" v-model="form.department" action="/appfinancialorganization/nameList"
<el-option :instance="instance" :prop="{label:'organizationName',value:'organizationName'}"/>
v-for="(item,i) in dict.getDict('hbDepartment')" :key="i"
:label="item.dictName"
:value="item.dictValue">
</el-option>
</el-select>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="12"> <el-col :span="12">