From 5f5425c1be29b82205f19b7779cda67cfcc3a6e5 Mon Sep 17 00:00:00 2001 From: qinxianzhangyao <11053546+qinxianzhangyao@user.noreply.gitee.com> Date: 星期三, 19 六月 2024 17:53:26 +0800 Subject: [PATCH] qxtj --- src/views/system/role/index.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/views/system/role/index.vue b/src/views/system/role/index.vue index 499bacb..dd41612 100644 --- a/src/views/system/role/index.vue +++ b/src/views/system/role/index.vue @@ -494,7 +494,7 @@ }; }, created() { - this.getList(); + this.getdate(); }, methods: { @@ -504,6 +504,7 @@ moment(res.data).format("YYYY-MM-DD 00:00:00"), moment(res.data).format("YYYY-MM-DD 23:59:00") ];; + this.getList(); }); }, /** 鏌ヨ瑙掕壊鍒楄〃 */ -- Gitblit v1.8.0