标准选择增加搜索条件
This commit is contained in:
@@ -191,6 +191,13 @@
|
|||||||
getAction(this.url.seachList, params).then((res) => {
|
getAction(this.url.seachList, params).then((res) => {
|
||||||
if (res.success) {
|
if (res.success) {
|
||||||
this.searchList = res.result
|
this.searchList = res.result
|
||||||
|
this.searchList.push({
|
||||||
|
db_field_name: 'corresponding_standard',
|
||||||
|
db_field_txt: '对应标准',
|
||||||
|
dict_field: '',
|
||||||
|
field_show_type: '10',
|
||||||
|
tree: []
|
||||||
|
})
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user