diff --git a/src/views/kpi/set/target/index.vue b/src/views/kpi/set/target/index.vue index 64cfbab..e56e9ce 100644 --- a/src/views/kpi/set/target/index.vue +++ b/src/views/kpi/set/target/index.vue @@ -377,6 +377,9 @@ export default { if (type !== -1) { para['type'] = type } + if (!this.$isStringEmpty(this.queryData.name)) { + para['name'] = this.queryData.name + } apiGetIndicatorLibraryStatistical(para).then(res => { if (res.code === 200) { this.tableMenuData = res.data.map(item => {