优化
This commit is contained in:
parent
89453b9d9a
commit
258fbde75d
@ -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
|
||||
|
||||
@ -89,7 +89,7 @@ export default {
|
||||
},
|
||||
handleGetMoreToDo (name) {
|
||||
if (name === '1') {
|
||||
return this.$message.info('开发中。。。')
|
||||
return this.$message.info('暂未开放')
|
||||
}
|
||||
const params = {
|
||||
name
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user