优化退回问题

This commit is contained in:
wuxw 2025-09-16 17:36:17 +08:00
parent fca2a45fbc
commit 8791d1bef0

View File

@ -160,10 +160,12 @@
value: '1500' value: '1500'
}); });
} }
_that.actions.push({ _that.actions.push({
label: '转单', label: '转单',
value: '1300' value: '1300'
}); });
_that.audit.auditCode = _that.actions[0].value;
}) })
} }