BUG 29169
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
</template>
|
||||
</ai-list>
|
||||
<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>
|
||||
</template>
|
||||
|
||||
@@ -13,13 +13,8 @@
|
||||
<el-row type="type" justify="space-between" :gutter="20">
|
||||
<el-col :span="12">
|
||||
<el-form-item label="所属部门" prop="department">
|
||||
<el-select placeholder="请选择" size="small" v-model="form.department" clearable style="width: 100%;">
|
||||
<el-option
|
||||
v-for="(item,i) in dict.getDict('hbDepartment')" :key="i"
|
||||
:label="item.dictName"
|
||||
:value="item.dictValue">
|
||||
</el-option>
|
||||
</el-select>
|
||||
<ai-select placeholder="请选择" v-model="form.department" action="/appfinancialorganization/nameList"
|
||||
:instance="instance" :prop="{label:'organizationName',value:'organizationName'}"/>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="12">
|
||||
|
||||
Reference in New Issue
Block a user