mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-11 06:07:24 +08:00
v1.9 修复业务受理页面部分bug
This commit is contained in:
parent
a2001c1375
commit
586338a6a9
@ -171,7 +171,7 @@ export default {
|
||||
this.$refs.notepadOwnerRepair.open(notepad)
|
||||
},
|
||||
_toRepairDetail(notepad) {
|
||||
this.$router.push(`/pages/property/ownerRepairDetail?repairId=${notepad.thridId}`)
|
||||
this.$router.push(`/views/work/repairDetail?repairId=${notepad.thridId}`)
|
||||
},
|
||||
handleSuccess() {
|
||||
this._listNotepads(this.currentPage, this.pageSize)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user