From 546e3dd99399ad2a397993e60aafedf61b110ec2 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Sat, 2 Apr 2022 15:07:10 +0800 Subject: [PATCH] =?UTF-8?q?=E8=83=8C=E6=99=AF=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/List.vue | 1 - .../components/List.vue | 7 +- .../AppDishonestExecutee/components/List.vue | 5 +- .../apps/AppLandTransfer/AppLandTransfer.vue | 57 ++++++++++ .../apps/AppLandTransfer/components/Add.vue | 13 +++ .../apps/AppLandTransfer/components/List.vue | 102 ++++++++++++++++++ .../AppRatepayingInfo/components/List.vue | 5 +- 7 files changed, 185 insertions(+), 5 deletions(-) create mode 100644 project/xiushan/apps/AppLandTransfer/AppLandTransfer.vue create mode 100644 project/xiushan/apps/AppLandTransfer/components/Add.vue create mode 100644 project/xiushan/apps/AppLandTransfer/components/List.vue diff --git a/project/xiushan/apps/AppAdministrativeLicense/components/List.vue b/project/xiushan/apps/AppAdministrativeLicense/components/List.vue index 10bd6bc9..457dc3cd 100644 --- a/project/xiushan/apps/AppAdministrativeLicense/components/List.vue +++ b/project/xiushan/apps/AppAdministrativeLicense/components/List.vue @@ -89,7 +89,6 @@ export default { type: 'Add', params: { id: id || '', - isEdit: true } }) }, diff --git a/project/xiushan/apps/AppAdministrativePenalty/components/List.vue b/project/xiushan/apps/AppAdministrativePenalty/components/List.vue index a6d644ef..5d506e96 100644 --- a/project/xiushan/apps/AppAdministrativePenalty/components/List.vue +++ b/project/xiushan/apps/AppAdministrativePenalty/components/List.vue @@ -10,7 +10,7 @@