工单接入bug修复
This commit is contained in:
parent
d1bee85557
commit
c0d9f632d0
|
|
@ -327,8 +327,8 @@ const handleReview = (action) => {
|
||||||
if (res.confirm) {
|
if (res.confirm) {
|
||||||
const comment = res.content;
|
const comment = res.content;
|
||||||
// 组装参数
|
// 组装参数
|
||||||
const currentAuditing = auditingList.value.filter(e => e.configValues.includes(userId)) // 获取当前审核的节点
|
const currentAuditing = auditingList.value.filter(e => e.configValues.includes(userId.value)) // 获取当前审核的节点
|
||||||
const currentIndex = auditingList.value.findIndex(e => e.configValues.includes(userId)) // 获取当前的索引
|
const currentIndex = auditingList.value.findIndex(e => e.configValues.includes(userId.value)) // 获取当前的索引
|
||||||
auditingParams.value.remark = comment
|
auditingParams.value.remark = comment
|
||||||
const { recordId, id, typeId, } = currentAuditing[0]
|
const { recordId, id, typeId, } = currentAuditing[0]
|
||||||
Object.assign(auditingParams.value, {
|
Object.assign(auditingParams.value, {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue