【质控复核】A领取质控任务后指派给B,A点击替换按钮将此任务完成,B已进入质控页面点击指派时无响应
continuous-integration/drone/push Build encountered an error
continuous-integration/drone/push Build encountered an error
This commit is contained in:
@@ -1291,8 +1291,17 @@ export default {
|
||||
let res = await replaceQCTaskActionUser(this.data.TrialId, this.data.Id, this.assignForm)
|
||||
if (res.IsSuccess) {
|
||||
this.$emit('getList')
|
||||
this.assignObj.visible = true
|
||||
this.assignObj.visible = false
|
||||
this.$emit("close")
|
||||
} else {
|
||||
if (res.Code === 5 && res.ErrorMessage) {
|
||||
this.$confirm(res.ErrorMessage, {
|
||||
type: 'warning',
|
||||
showCancelButton: false,
|
||||
callback: (action) => { },
|
||||
})
|
||||
this.$emit('getList')
|
||||
}
|
||||
}
|
||||
} catch (err) {
|
||||
console.log(err)
|
||||
|
||||
Reference in New Issue
Block a user