fix: 协议管理,工程查询目前只能下拉选择,不能支持搜索选择
This commit is contained in:
parent
078f3a6241
commit
079b106148
|
|
@ -35,6 +35,7 @@
|
|||
v-model="queryParams.unitId"
|
||||
placeholder="请选择往来单位"
|
||||
clearable
|
||||
filterable
|
||||
>
|
||||
<el-option
|
||||
v-for="(item, i) in unitList"
|
||||
|
|
@ -49,6 +50,7 @@
|
|||
v-model="queryParams.projectId"
|
||||
placeholder="请选择工程名称"
|
||||
clearable
|
||||
filterable
|
||||
>
|
||||
<el-option
|
||||
v-for="(item, i) in projectList"
|
||||
|
|
|
|||
Loading…
Reference in New Issue