优化
This commit is contained in:
parent
472df8d0a8
commit
8b42d2f6e4
@ -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 () {
|
||||||
|
|||||||
@ -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,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user