From 586338a6a9c9af6886a7413dd8ad21c212d9d393 Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Fri, 1 Aug 2025 13:41:26 +0800 Subject: [PATCH] =?UTF-8?q?v1.9=20=E4=BF=AE=E5=A4=8D=E4=B8=9A=E5=8A=A1?= =?UTF-8?q?=E5=8F=97=E7=90=86=E9=A1=B5=E9=9D=A2=E9=83=A8=E5=88=86bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/oa/simplifyNotepadManageList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/oa/simplifyNotepadManageList.vue b/src/views/oa/simplifyNotepadManageList.vue index 6bf8ee96a..e2973541e 100644 --- a/src/views/oa/simplifyNotepadManageList.vue +++ b/src/views/oa/simplifyNotepadManageList.vue @@ -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)