Commit 122601433d84ec9bc8e29e71333018e72083924e
1 parent
e9119eec
超哥说得对
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/user/userlist.vue
| @@ -732,7 +732,7 @@ | @@ -732,7 +732,7 @@ | ||
| 732 | }, | 732 | }, |
| 733 | handleToResume(item) { | 733 | handleToResume(item) { |
| 734 | window.open( | 734 | window.open( |
| 735 | - `${location.origin}${pathname}#/resume/${item.sex == 1 ? 'malestaff' : 'femalestaff'}?id=${item.id}`, | 735 | + `${location.origin}${location.pathname}#/resume/${item.sex == 1 ? 'malestaff' : 'femalestaff'}?id=${item.id}`, |
| 736 | '_blank'); | 736 | '_blank'); |
| 737 | }, | 737 | }, |
| 738 | handleClose(tag, row) { | 738 | handleClose(tag, row) { |