接口因为代理做整合

This commit is contained in:
aixianling
2022-08-26 18:37:40 +08:00
parent ccf21dacb5
commit 623fc73640
10 changed files with 11 additions and 11 deletions

View File

@@ -13,7 +13,7 @@
<el-row type="type" justify="space-between" :gutter="20">
<el-col :span="12">
<el-form-item label="所属部门" prop="department">
<ai-select placeholder="请选择" v-model="form.department" action="/appfinancialorganization/nameList"
<ai-select placeholder="请选择" v-model="form.department" action="/app/appfinancialorganization/nameList"
:instance="instance" :prop="{label:'organizationName',value:'organizationName'}"/>
</el-form-item>
</el-col>