Commit c284570e42065107a63f0a98f95c28d645ae59c7

Authored by ljq
1 parent 0114ce22

档案合并

ruoyi-ui/src/views/archives/box/index.vue
... ... @@ -355,6 +355,7 @@ export default {
355 355 },
356 356 /** 归档 **/
357 357 handleupdatefiling(row){
  358 + const id = row.id || this.ids
358 359 this.handleSelectId(id,"4")
359 360 },
360 361  
... ...
ruoyi-ui/src/views/archives/box/yfilingindex.vue
... ... @@ -316,6 +316,7 @@ export default {
316 316  
317 317 /** 归档 **/
318 318 handleupdatefiling(row){
  319 + const id = row.id || this.ids
319 320 this.handleSelectId(id,"4")
320 321 },
321 322  
... ...
ruoyi-ui/src/views/archives/collerctbox/index.vue
... ... @@ -680,6 +680,7 @@ export default {
680 680 },
681 681 /** 归档 **/
682 682 handleupdatefiling(row){
  683 + const id = row.id || this.ids
683 684 this.handleSelectId(id,"4")
684 685 },
685 686  
... ...
ruoyi-ui/src/views/archives/collerctbox/yfilingindex.vue
... ... @@ -607,6 +607,7 @@ export default {
607 607  
608 608 /** 归档 **/
609 609 handleupdatefiling(row){
  610 + const id = row.id || this.ids
610 611 this.handleSelectId(id,"4")
611 612 },
612 613  
... ...