mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 10:00:56 +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)
|
this.$refs.notepadOwnerRepair.open(notepad)
|
||||||
},
|
},
|
||||||
_toRepairDetail(notepad) {
|
_toRepairDetail(notepad) {
|
||||||
this.$router.push(`/pages/property/ownerRepairDetail?repairId=${notepad.thridId}`)
|
this.$router.push(`/views/work/repairDetail?repairId=${notepad.thridId}`)
|
||||||
},
|
},
|
||||||
handleSuccess() {
|
handleSuccess() {
|
||||||
this._listNotepads(this.currentPage, this.pageSize)
|
this._listNotepads(this.currentPage, this.pageSize)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user