PDB
PDB
``` //types.ts export const enum Flow { 'START_NODE' = 'START_NODE', } //test.vue impor {Flow} from './types; import { reactive } from 'vue'; const data = reactive({ kind : Flow.START_NODE })...
Perform moveToFailed on the job in active, and when the job finishes, it throws an exception Error: Missing lock for job XXX. moveToFinished. Version of bullmq in use is latest...
### tdesign-vue-next 版本 1.10.1 ### 重现链接 https://stackblitz.com/edit/qckgkn?file=src%2Fdemo.vue ### 重现步骤 批量上传文件设置文件上传进度后,设置文件上传状态为成功 ### 期望结果 批量上传文件设置文件上传进度后,设置文件上传状态为成功,有效 ### 实际结果 批量上传文件设置文件上传进度后,设置文件上传状态为成功,无效 ### 框架版本 Vue(3.3.9) ### 浏览器版本 Chrome(129.0.6668.71(正式版本) (64 位)) ### 系统版本 Windows11 ### Node版本 18.20.3...