From 82ac0f6a3edad4749685620a45fb24b560b1211a Mon Sep 17 00:00:00 2001 From: zhangjun1 Date: Fri, 5 Jun 2020 18:35:40 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=84=E7=BB=87=E7=AE=A1=E7=90=86=E8=AF=A6?= =?UTF-8?q?=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/table-um.vue | 2 +- src/pages/authority/organizationdetail.vue | 203 ++++++++++++++------- src/pages/authority/organizationedit.vue | 55 +++++- src/pages/workbench/fwgl/serviceEdit.vue | 2 +- 4 files changed, 187 insertions(+), 75 deletions(-) diff --git a/src/components/table-um.vue b/src/components/table-um.vue index 7a759c8..3cf36cc 100644 --- a/src/components/table-um.vue +++ b/src/components/table-um.vue @@ -372,7 +372,7 @@ export default { }, data() { return { - all_url: "", + // all_url: "", pagination: { rowsPerPage: 10, page: 1, diff --git a/src/pages/authority/organizationdetail.vue b/src/pages/authority/organizationdetail.vue index 31b47ec..596f8c4 100644 --- a/src/pages/authority/organizationdetail.vue +++ b/src/pages/authority/organizationdetail.vue @@ -1,12 +1,20 @@