This commit is contained in:
xiongchengqiang 2020-12-17 15:16:39 +08:00
parent 472df8d0a8
commit 8b42d2f6e4
2 changed files with 11 additions and 7 deletions

View File

@ -506,7 +506,11 @@ export default {
message: res.msg, message: res.msg,
type: 'success' type: 'success'
}) })
this.handleGetTbale() if (type === 1) {
history.go(-1)
} else {
this.handleGetTbale()
}
}, },
// //
async handleGetDimensions () { async handleGetDimensions () {

View File

@ -222,12 +222,6 @@ export default {
info: !this.info, info: !this.info,
permis: 'resultInput', permis: 'resultInput',
click: this.handleJieguo click: this.handleJieguo
}, {
name: '调整目标',
type: 'primary',
info: !this.info,
permis: 'changeResult',
click: this.handleZhiding
}, },
{ {
name: '开始评分', name: '开始评分',
@ -255,6 +249,12 @@ export default {
info: !this.info, info: !this.info,
permis: 'reject', permis: 'reject',
click: this.handleBohui click: this.handleBohui
}, {
name: '调整目标',
type: 'primary',
info: !this.info,
permis: 'changeResult',
click: this.handleZhiding
}, { }, {
name: '跳过', name: '跳过',
info: !!this.info, info: !!this.info,