标准选择增加搜索条件

This commit is contained in:
zyx.net
2023-05-06 11:43:08 +08:00
parent 7fefb82a03
commit 751a723adf
@@ -191,6 +191,13 @@
getAction(this.url.seachList, params).then((res) => {
if (res.success) {
this.searchList = res.result
this.searchList.push({
db_field_name: 'corresponding_standard',
db_field_txt: '对应标准',
dict_field: '',
field_show_type: '10',
tree: []
})
}
})
},