指标分类 添加 搜索信息

This commit is contained in:
zhujida 2021-01-27 10:12:07 +08:00
parent 3c6b50df1f
commit 00df0b006b

View File

@ -377,6 +377,9 @@ export default {
if (type !== -1) { if (type !== -1) {
para['type'] = type para['type'] = type
} }
if (!this.$isStringEmpty(this.queryData.name)) {
para['name'] = this.queryData.name
}
apiGetIndicatorLibraryStatistical(para).then(res => { apiGetIndicatorLibraryStatistical(para).then(res => {
if (res.code === 200) { if (res.code === 200) {
this.tableMenuData = res.data.map(item => { this.tableMenuData = res.data.map(item => {