From 00df0b006b6ba7fbd6d7ae1796b2bcf98262f61d Mon Sep 17 00:00:00 2001 From: zhujida Date: Wed, 27 Jan 2021 10:12:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8C=87=E6=A0=87=E5=88=86=E7=B1=BB=20?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20=E6=90=9C=E7=B4=A2=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/kpi/set/target/index.vue | 3 +++ 1 file changed, 3 insertions(+) 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 => {