BUG 29169
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user