优化
This commit is contained in:
parent
89453b9d9a
commit
258fbde75d
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user