【质控复核】A领取质控任务后指派给B,A点击替换按钮将此任务完成,B已进入质控页面点击指派时无响应
continuous-integration/drone/push Build encountered an error
Details
continuous-integration/drone/push Build encountered an error
Details
parent
7493c1a98a
commit
6218b536f9
|
@ -1291,8 +1291,17 @@ export default {
|
||||||
let res = await replaceQCTaskActionUser(this.data.TrialId, this.data.Id, this.assignForm)
|
let res = await replaceQCTaskActionUser(this.data.TrialId, this.data.Id, this.assignForm)
|
||||||
if (res.IsSuccess) {
|
if (res.IsSuccess) {
|
||||||
this.$emit('getList')
|
this.$emit('getList')
|
||||||
this.assignObj.visible = true
|
this.assignObj.visible = false
|
||||||
this.$emit("close")
|
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) {
|
} catch (err) {
|
||||||
console.log(err)
|
console.log(err)
|
||||||
|
|
Loading…
Reference in New Issue