Browse Source

修复发送失败的bug

master
李磊 3 years ago
parent
commit
48ebaa0451
  1. 2
      src/views/bggl/components/original_db_list.vue

2
src/views/bggl/components/original_db_list.vue

@ -888,7 +888,7 @@ export default {
ysjlIds: this.ysjlId,
userId: link.userId,
currentLink: flowstatus,
nextValue: link.nextValue
nextValue: flowstatus + 1
}
}).then(() => {
this.dialogFormVisible = false

Loading…
Cancel
Save