From 11e3bc06f0549e203fbf99ba04c419df34defd1f Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Thu, 16 Feb 2023 14:16:46 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=81=E4=B9=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AppCertificateManage.vue | 3 +- .../AppCertificateManage/components/Add.vue | 49 ++++++++++++------- .../AppCertificateManage/components/List.vue | 31 +++++------- 3 files changed, 46 insertions(+), 37 deletions(-) diff --git a/project/qujing/app/AppCertificateManage/AppCertificateManage.vue b/project/qujing/app/AppCertificateManage/AppCertificateManage.vue index 2400253f..8cc69c1b 100644 --- a/project/qujing/app/AppCertificateManage/AppCertificateManage.vue +++ b/project/qujing/app/AppCertificateManage/AppCertificateManage.vue @@ -22,8 +22,7 @@ data () { return { component: 'List', - params: {}, - include: [] + params: {} } }, diff --git a/project/qujing/app/AppCertificateManage/components/Add.vue b/project/qujing/app/AppCertificateManage/components/Add.vue index e1088e06..49c1ed1a 100644 --- a/project/qujing/app/AppCertificateManage/components/Add.vue +++ b/project/qujing/app/AppCertificateManage/components/Add.vue @@ -7,20 +7,29 @@