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] v1.9 修复业务受理页面部分bug --- 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 6bf8ee9..e297354 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) -- libgit2 0.21.4