From f143e79f503bc2abdc8d7969d37a10beef4addde Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Mon, 4 Aug 2025 19:55:00 +0800 Subject: [PATCH] =?UTF-8?q?v1.9=20=E4=BA=A7=E6=9D=83=E7=99=BB=E8=AE=B0?= =?UTF-8?q?=E7=9C=8B=E4=B8=8D=E5=88=B0=E5=9B=BE=E7=89=87bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/oa/simplifyNotepadManageApi.js | 3 +- src/components/oa/addNotepad.vue | 44 +++++++++---------- src/views/oa/simplifyNotepadManageList.vue | 6 +++ ...istPropertyRightRegistrationDetailList.vue | 8 ++-- 4 files changed, 32 insertions(+), 29 deletions(-) diff --git a/src/api/oa/simplifyNotepadManageApi.js b/src/api/oa/simplifyNotepadManageApi.js index 7d34456aa..876ce573f 100644 --- a/src/api/oa/simplifyNotepadManageApi.js +++ b/src/api/oa/simplifyNotepadManageApi.js @@ -142,4 +142,5 @@ export function saveOwnerRepair(data) { reject(error) }) }) -} \ No newline at end of file +} + diff --git a/src/components/oa/addNotepad.vue b/src/components/oa/addNotepad.vue index b4f51a848..bb9129010 100644 --- a/src/components/oa/addNotepad.vue +++ b/src/components/oa/addNotepad.vue @@ -1,10 +1,5 @@