【质控复核】A领取质控任务后指派给B,A点击替换按钮将此任务完成,B已进入质控页面点击指派时无响应
continuous-integration/drone/push Build encountered an error Details

uat
wangxiaoshuang 2025-07-17 16:23:44 +08:00
parent 7493c1a98a
commit 6218b536f9
1 changed files with 10 additions and 1 deletions

View File

@ -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)