优化
This commit is contained in:
parent
472df8d0a8
commit
8b42d2f6e4
@ -506,7 +506,11 @@ export default {
|
||||
message: res.msg,
|
||||
type: 'success'
|
||||
})
|
||||
this.handleGetTbale()
|
||||
if (type === 1) {
|
||||
history.go(-1)
|
||||
} else {
|
||||
this.handleGetTbale()
|
||||
}
|
||||
},
|
||||
// 获取维度类型
|
||||
async handleGetDimensions () {
|
||||
|
||||
@ -222,12 +222,6 @@ export default {
|
||||
info: !this.info,
|
||||
permis: 'resultInput',
|
||||
click: this.handleJieguo
|
||||
}, {
|
||||
name: '调整目标',
|
||||
type: 'primary',
|
||||
info: !this.info,
|
||||
permis: 'changeResult',
|
||||
click: this.handleZhiding
|
||||
},
|
||||
{
|
||||
name: '开始评分',
|
||||
@ -255,6 +249,12 @@ export default {
|
||||
info: !this.info,
|
||||
permis: 'reject',
|
||||
click: this.handleBohui
|
||||
}, {
|
||||
name: '调整目标',
|
||||
type: 'primary',
|
||||
info: !this.info,
|
||||
permis: 'changeResult',
|
||||
click: this.handleZhiding
|
||||
}, {
|
||||
name: '跳过',
|
||||
info: !!this.info,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user