Commit 586338a6a9c9af6886a7413dd8ad21c212d9d393
1 parent
a2001c13
v1.9 修复业务受理页面部分bug
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/oa/simplifyNotepadManageList.vue
| @@ -171,7 +171,7 @@ export default { | @@ -171,7 +171,7 @@ export default { | ||
| 171 | this.$refs.notepadOwnerRepair.open(notepad) | 171 | this.$refs.notepadOwnerRepair.open(notepad) |
| 172 | }, | 172 | }, |
| 173 | _toRepairDetail(notepad) { | 173 | _toRepairDetail(notepad) { |
| 174 | - this.$router.push(`/pages/property/ownerRepairDetail?repairId=${notepad.thridId}`) | 174 | + this.$router.push(`/views/work/repairDetail?repairId=${notepad.thridId}`) |
| 175 | }, | 175 | }, |
| 176 | handleSuccess() { | 176 | handleSuccess() { |
| 177 | this._listNotepads(this.currentPage, this.pageSize) | 177 | this._listNotepads(this.currentPage, this.pageSize) |