From 258fbde75d2a224f4133aae101e7a4c9b7a28b5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=86=8A=E6=88=90=E5=BC=BA?= Date: Mon, 9 Nov 2020 16:24:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/kpi/set/authority/index.vue | 3 +++ src/views/kpi/workbench/home/index.vue | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/views/kpi/set/authority/index.vue b/src/views/kpi/set/authority/index.vue index 5cc64fc..3adf940 100644 --- a/src/views/kpi/set/authority/index.vue +++ b/src/views/kpi/set/authority/index.vue @@ -531,6 +531,8 @@ export default { if (res.code === 200) { this.showDialogPersonnel = false this.$router.push({ name: 'workbench-home' }) + } else { + this.$message.error(res.msg) } }) }) @@ -727,6 +729,7 @@ export default { } apiSetPermissionsInfo(rqDic).then(res => { if (res.code !== 200) { + this.$message.error(res.msg) return } this.rqInfoParameter.currPage = res.data.childPm.currPage diff --git a/src/views/kpi/workbench/home/index.vue b/src/views/kpi/workbench/home/index.vue index f30e5a8..10e088f 100644 --- a/src/views/kpi/workbench/home/index.vue +++ b/src/views/kpi/workbench/home/index.vue @@ -89,7 +89,7 @@ export default { }, handleGetMoreToDo (name) { if (name === '1') { - return this.$message.info('开发中。。。') + return this.$message.info('暂未开放') } const params = { name