From a1bbf87a3bee300226d4d13416961dde9e12cdb6 Mon Sep 17 00:00:00 2001 From: wjt <1797368093@qq.com> Date: 星期六, 22 六月 2024 19:59:37 +0800 Subject: [PATCH] 登录页面修改 --- policy/policyApply/policyApply.vue | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/policy/policyApply/policyApply.vue b/policy/policyApply/policyApply.vue index 461a758..399b8f0 100644 --- a/policy/policyApply/policyApply.vue +++ b/policy/policyApply/policyApply.vue @@ -193,6 +193,9 @@ this.getDicts() this.enforceList() }, + onShow() { + + }, methods: { enforceList() { enforceList().then(val => { -- Gitblit v1.9.1