This commit is contained in:
熊成强 2020-11-09 16:24:40 +08:00
parent 89453b9d9a
commit 258fbde75d
2 changed files with 4 additions and 1 deletions

View File

@ -531,6 +531,8 @@ export default {
if (res.code === 200) { if (res.code === 200) {
this.showDialogPersonnel = false this.showDialogPersonnel = false
this.$router.push({ name: 'workbench-home' }) this.$router.push({ name: 'workbench-home' })
} else {
this.$message.error(res.msg)
} }
}) })
}) })
@ -727,6 +729,7 @@ export default {
} }
apiSetPermissionsInfo(rqDic).then(res => { apiSetPermissionsInfo(rqDic).then(res => {
if (res.code !== 200) { if (res.code !== 200) {
this.$message.error(res.msg)
return return
} }
this.rqInfoParameter.currPage = res.data.childPm.currPage this.rqInfoParameter.currPage = res.data.childPm.currPage

View File

@ -89,7 +89,7 @@ export default {
}, },
handleGetMoreToDo (name) { handleGetMoreToDo (name) {
if (name === '1') { if (name === '1') {
return this.$message.info('开发中。。。') return this.$message.info('暂未开放')
} }
const params = { const params = {
name name