From 76c68b73ec61c505ef91ae2e46ed4eeb704c130b Mon Sep 17 00:00:00 2001 From: suerprisePlus <15810472099@163.com> Date: 星期三, 12 六月 2024 09:20:49 +0800 Subject: [PATCH] 页面修改 --- src/views/iot/template/index.vue | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/views/iot/template/index.vue b/src/views/iot/template/index.vue index 9da8859..4d5eb52 100644 --- a/src/views/iot/template/index.vue +++ b/src/views/iot/template/index.vue @@ -450,6 +450,7 @@ created() { this.getList(); this.init(); + }, methods: { init() { @@ -461,10 +462,12 @@ getList() { this.loading = true; listTemplate(this.queryParams).then((response) => { + console.log(response); this.templateList = response.rows; this.total = response.total; this.loading = false; }); + ; }, // 鍙栨秷鎸夐挳 cancel() { -- Gitblit v1.9.3