Commit
c284570e42065107a63f0a98f95c28d645ae59c7
Authored by
ljq
档案合并
|
| @@ -355,6 +355,7 @@ export default { |
| @@ -355,6 +355,7 @@ export default { |
|
355
| }, |
355
| }, |
|
356
| /** 归档 **/ |
356
| /** 归档 **/ |
|
357
| handleupdatefiling(row){ |
357
| handleupdatefiling(row){ |
|
| |
358
| + const id = row.id || this.ids |
|
358
| this.handleSelectId(id,"4") |
359
| this.handleSelectId(id,"4") |
|
359
| }, |
360
| }, |
|
360
| |
361
| |
|
| @@ -316,6 +316,7 @@ export default { |
| @@ -316,6 +316,7 @@ export default { |
|
316
| |
316
| |
|
317
| /** 归档 **/ |
317
| /** 归档 **/ |
|
318
| handleupdatefiling(row){ |
318
| handleupdatefiling(row){ |
|
| |
319
| + const id = row.id || this.ids |
|
319
| this.handleSelectId(id,"4") |
320
| this.handleSelectId(id,"4") |
|
320
| }, |
321
| }, |
|
321
| |
322
| |
|
| @@ -680,6 +680,7 @@ export default { |
| @@ -680,6 +680,7 @@ export default { |
|
680
| }, |
680
| }, |
|
681
| /** 归档 **/ |
681
| /** 归档 **/ |
|
682
| handleupdatefiling(row){ |
682
| handleupdatefiling(row){ |
|
| |
683
| + const id = row.id || this.ids |
|
683
| this.handleSelectId(id,"4") |
684
| this.handleSelectId(id,"4") |
|
684
| }, |
685
| }, |
|
685
| |
686
| |
|
| @@ -607,6 +607,7 @@ export default { |
| @@ -607,6 +607,7 @@ export default { |
|
607
| |
607
| |
|
608
| /** 归档 **/ |
608
| /** 归档 **/ |
|
609
| handleupdatefiling(row){ |
609
| handleupdatefiling(row){ |
|
| |
610
| + const id = row.id || this.ids |
|
610
| this.handleSelectId(id,"4") |
611
| this.handleSelectId(id,"4") |
|
611
| }, |
612
| }, |
|
612
| |
613
| |